Uses of Class
com.amazonaws.services.opsworks.model.DescribeMyUserProfileResult
-
Packages that use DescribeMyUserProfileResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of DescribeMyUserProfileResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeMyUserProfileResult Modifier and Type Method Description DescribeMyUserProfileResultAbstractAWSOpsWorks. describeMyUserProfile(DescribeMyUserProfileRequest request)DescribeMyUserProfileResultAWSOpsWorks. describeMyUserProfile(DescribeMyUserProfileRequest describeMyUserProfileRequest)Describes a user's SSH information.DescribeMyUserProfileResultAWSOpsWorksClient. describeMyUserProfile(DescribeMyUserProfileRequest describeMyUserProfileRequest)Describes a user's SSH information.Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeMyUserProfileResult Modifier and Type Method Description Future<DescribeMyUserProfileResult>AbstractAWSOpsWorksAsync. describeMyUserProfileAsync(DescribeMyUserProfileRequest request, AsyncHandler<DescribeMyUserProfileRequest,DescribeMyUserProfileResult> asyncHandler)Future<DescribeMyUserProfileResult>AWSOpsWorksAsync. describeMyUserProfileAsync(DescribeMyUserProfileRequest describeMyUserProfileRequest, AsyncHandler<DescribeMyUserProfileRequest,DescribeMyUserProfileResult> asyncHandler)Describes a user's SSH information.Future<DescribeMyUserProfileResult>AWSOpsWorksAsyncClient. describeMyUserProfileAsync(DescribeMyUserProfileRequest request, AsyncHandler<DescribeMyUserProfileRequest,DescribeMyUserProfileResult> asyncHandler) -
Uses of DescribeMyUserProfileResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeMyUserProfileResult Modifier and Type Method Description DescribeMyUserProfileResultDescribeMyUserProfileResult. clone()DescribeMyUserProfileResultDescribeMyUserProfileResult. withUserProfile(SelfUserProfile userProfile)AUserProfileobject that describes the user's SSH information.
-