Uses of Interface
software.amazon.awssdk.services.route53profiles.model.CreateProfileResponse.Builder
-
Packages that use CreateProfileResponse.Builder Package Description software.amazon.awssdk.services.route53profiles.model -
-
Uses of CreateProfileResponse.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return CreateProfileResponse.Builder Modifier and Type Method Description static CreateProfileResponse.BuilderCreateProfileResponse. builder()default CreateProfileResponse.BuilderCreateProfileResponse.Builder. profile(Consumer<Profile.Builder> profile)The Profile that you just created.CreateProfileResponse.BuilderCreateProfileResponse.Builder. profile(Profile profile)The Profile that you just created.CreateProfileResponse.BuilderCreateProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type CreateProfileResponse.Builder Modifier and Type Method Description static Class<? extends CreateProfileResponse.Builder>CreateProfileResponse. serializableBuilderClass()
-