Uses of Class
com.amazonaws.services.opsworks.model.DescribeUserProfilesRequest
-
Packages that use DescribeUserProfilesRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of DescribeUserProfilesRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeUserProfilesRequest Modifier and Type Method Description Future<DescribeUserProfilesResult>AbstractAWSOpsWorksAsync. describeUserProfilesAsync(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest,DescribeUserProfilesResult> asyncHandler)Future<DescribeUserProfilesResult>AWSOpsWorksAsync. describeUserProfilesAsync(DescribeUserProfilesRequest describeUserProfilesRequest, AsyncHandler<DescribeUserProfilesRequest,DescribeUserProfilesResult> asyncHandler)Describe specified users.Future<DescribeUserProfilesResult>AWSOpsWorksAsyncClient. describeUserProfilesAsync(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest,DescribeUserProfilesResult> asyncHandler) -
Uses of DescribeUserProfilesRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeUserProfilesRequest Modifier and Type Method Description DescribeUserProfilesRequestDescribeUserProfilesRequest. clone()DescribeUserProfilesRequestDescribeUserProfilesRequest. withIamUserArns(String... iamUserArns)An array of IAM user ARNs that identify the users to be described.DescribeUserProfilesRequestDescribeUserProfilesRequest. withIamUserArns(Collection<String> iamUserArns)An array of IAM user ARNs that identify the users to be described.
-