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 DescribeUserProfilesResultAbstractAWSOpsWorks. describeUserProfiles(DescribeUserProfilesRequest request)DescribeUserProfilesResultAWSOpsWorks. describeUserProfiles(DescribeUserProfilesRequest describeUserProfilesRequest)Describe specified users.DescribeUserProfilesResultAWSOpsWorksClient. 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 DescribeUserProfilesResultDescribeUserProfilesResult. clone()DescribeUserProfilesResultDescribeUserProfilesResult. withUserProfiles(UserProfile... userProfiles)AUsersobject that describes the specified users.DescribeUserProfilesResultDescribeUserProfilesResult. withUserProfiles(Collection<UserProfile> userProfiles)AUsersobject that describes the specified users.
-