Uses of Class
com.amazonaws.services.opsworks.model.DescribeUserProfilesResult
Packages that use DescribeUserProfilesResult
-
Uses of DescribeUserProfilesResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeUserProfilesResultModifier and TypeMethodDescriptionAbstractAWSOpsWorks.describeUserProfiles
(DescribeUserProfilesRequest request) AWSOpsWorks.describeUserProfiles
(DescribeUserProfilesRequest describeUserProfilesRequest) Describe specified users.AWSOpsWorksClient.describeUserProfiles
(DescribeUserProfilesRequest describeUserProfilesRequest) Describe specified users.Methods in com.amazonaws.services.opsworks that return types with arguments of type DescribeUserProfilesResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeUserProfilesAsync
(DescribeUserProfilesRequest request) AbstractAWSOpsWorksAsync.describeUserProfilesAsync
(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) AWSOpsWorksAsync.describeUserProfilesAsync
(DescribeUserProfilesRequest describeUserProfilesRequest) Describe specified users.AWSOpsWorksAsync.describeUserProfilesAsync
(DescribeUserProfilesRequest describeUserProfilesRequest, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) Describe specified users.AWSOpsWorksAsyncClient.describeUserProfilesAsync
(DescribeUserProfilesRequest request) AWSOpsWorksAsyncClient.describeUserProfilesAsync
(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeUserProfilesResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeUserProfilesAsync
(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) AWSOpsWorksAsync.describeUserProfilesAsync
(DescribeUserProfilesRequest describeUserProfilesRequest, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) Describe specified users.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 DescribeUserProfilesResultModifier and TypeMethodDescriptionDescribeUserProfilesResult.clone()
DescribeUserProfilesResult.withUserProfiles
(UserProfile... userProfiles) AUsers
object that describes the specified users.DescribeUserProfilesResult.withUserProfiles
(Collection<UserProfile> userProfiles) AUsers
object that describes the specified users.