Uses of Class
com.amazonaws.services.opsworks.model.DescribeUserProfilesResult
-
Packages that use DescribeUserProfilesResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of DescribeUserProfilesResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeUserProfilesResult Modifier and Type Method Description DescribeUserProfilesResult
AbstractAWSOpsWorks. describeUserProfiles(DescribeUserProfilesRequest request)
DescribeUserProfilesResult
AWSOpsWorks. describeUserProfiles(DescribeUserProfilesRequest describeUserProfilesRequest)
Describe specified users.DescribeUserProfilesResult
AWSOpsWorksClient. describeUserProfiles(DescribeUserProfilesRequest describeUserProfilesRequest)
Describe specified users.Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeUserProfilesResult 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 DescribeUserProfilesResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeUserProfilesResult Modifier and Type Method Description DescribeUserProfilesResult
DescribeUserProfilesResult. clone()
DescribeUserProfilesResult
DescribeUserProfilesResult. withUserProfiles(UserProfile... userProfiles)
AUsers
object that describes the specified users.DescribeUserProfilesResult
DescribeUserProfilesResult. withUserProfiles(Collection<UserProfile> userProfiles)
AUsers
object that describes the specified users.
-