Uses of Interface
software.amazon.awssdk.services.opsworks.model.DescribeMyUserProfileResponse.Builder
-
Packages that use DescribeMyUserProfileResponse.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of DescribeMyUserProfileResponse.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return DescribeMyUserProfileResponse.Builder Modifier and Type Method Description static DescribeMyUserProfileResponse.BuilderDescribeMyUserProfileResponse. builder()DescribeMyUserProfileResponse.BuilderDescribeMyUserProfileResponse. toBuilder()default DescribeMyUserProfileResponse.BuilderDescribeMyUserProfileResponse.Builder. userProfile(Consumer<SelfUserProfile.Builder> userProfile)AUserProfileobject that describes the user's SSH information.DescribeMyUserProfileResponse.BuilderDescribeMyUserProfileResponse.Builder. userProfile(SelfUserProfile userProfile)AUserProfileobject that describes the user's SSH information.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type DescribeMyUserProfileResponse.Builder Modifier and Type Method Description static Class<? extends DescribeMyUserProfileResponse.Builder>DescribeMyUserProfileResponse. serializableBuilderClass()
-