Uses of Class
software.amazon.awssdk.services.route53profiles.model.ProfileAssociation
-
Packages that use ProfileAssociation Package Description software.amazon.awssdk.services.route53profiles.model software.amazon.awssdk.services.route53profiles.paginators -
-
Uses of ProfileAssociation in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return ProfileAssociation Modifier and Type Method Description ProfileAssociationAssociateProfileResponse. profileAssociation()The association that you just created.ProfileAssociationDisassociateProfileResponse. profileAssociation()Information about theDisassociateProfilerequest.ProfileAssociationGetProfileAssociationResponse. profileAssociation()Information about the Profile association that you specified in aGetProfileAssociationrequest.Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type ProfileAssociation Modifier and Type Method Description List<ProfileAssociation>ListProfileAssociationsResponse. profileAssociations()A complex type that containts settings information about the profile's VPC associations.Methods in software.amazon.awssdk.services.route53profiles.model with parameters of type ProfileAssociation Modifier and Type Method Description AssociateProfileResponse.BuilderAssociateProfileResponse.Builder. profileAssociation(ProfileAssociation profileAssociation)The association that you just created.DisassociateProfileResponse.BuilderDisassociateProfileResponse.Builder. profileAssociation(ProfileAssociation profileAssociation)Information about theDisassociateProfilerequest.GetProfileAssociationResponse.BuilderGetProfileAssociationResponse.Builder. profileAssociation(ProfileAssociation profileAssociation)Information about the Profile association that you specified in aGetProfileAssociationrequest.ListProfileAssociationsResponse.BuilderListProfileAssociationsResponse.Builder. profileAssociations(ProfileAssociation... profileAssociations)A complex type that containts settings information about the profile's VPC associations.Method parameters in software.amazon.awssdk.services.route53profiles.model with type arguments of type ProfileAssociation Modifier and Type Method Description ListProfileAssociationsResponse.BuilderListProfileAssociationsResponse.Builder. profileAssociations(Collection<ProfileAssociation> profileAssociations)A complex type that containts settings information about the profile's VPC associations. -
Uses of ProfileAssociation in software.amazon.awssdk.services.route53profiles.paginators
Methods in software.amazon.awssdk.services.route53profiles.paginators that return types with arguments of type ProfileAssociation Modifier and Type Method Description SdkIterable<ProfileAssociation>ListProfileAssociationsIterable. profileAssociations()Returns an iterable to iterate through the paginatedListProfileAssociationsResponse.profileAssociations()member.SdkPublisher<ProfileAssociation>ListProfileAssociationsPublisher. profileAssociations()Returns a publisher that can be used to get a stream of data.
-