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