Uses of Class
software.amazon.awssdk.services.route53profiles.model.ProfileResourceAssociation
-
Packages that use ProfileResourceAssociation Package Description software.amazon.awssdk.services.route53profiles.model software.amazon.awssdk.services.route53profiles.paginators -
-
Uses of ProfileResourceAssociation in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return ProfileResourceAssociation Modifier and Type Method Description ProfileResourceAssociationAssociateResourceToProfileResponse. profileResourceAssociation()Infromation about theAssociateResourceToProfile, including a status message.ProfileResourceAssociationDisassociateResourceFromProfileResponse. profileResourceAssociation()Information about theDisassociateResourceFromProfilerequest, including the status of the request.ProfileResourceAssociationGetProfileResourceAssociationResponse. profileResourceAssociation()Information about the Profile resource association that you specified in aGetProfileResourceAssociationrequest.ProfileResourceAssociationUpdateProfileResourceAssociationResponse. profileResourceAssociation()Information about theUpdateProfileResourceAssociationrequest, including a status message.Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type ProfileResourceAssociation Modifier and Type Method Description List<ProfileResourceAssociation>ListProfileResourceAssociationsResponse. profileResourceAssociations()Information about the profile resource association that you specified in aGetProfileResourceAssociationrequest.Methods in software.amazon.awssdk.services.route53profiles.model with parameters of type ProfileResourceAssociation Modifier and Type Method Description AssociateResourceToProfileResponse.BuilderAssociateResourceToProfileResponse.Builder. profileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)Infromation about theAssociateResourceToProfile, including a status message.DisassociateResourceFromProfileResponse.BuilderDisassociateResourceFromProfileResponse.Builder. profileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)Information about theDisassociateResourceFromProfilerequest, including the status of the request.GetProfileResourceAssociationResponse.BuilderGetProfileResourceAssociationResponse.Builder. profileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)Information about the Profile resource association that you specified in aGetProfileResourceAssociationrequest.UpdateProfileResourceAssociationResponse.BuilderUpdateProfileResourceAssociationResponse.Builder. profileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)Information about theUpdateProfileResourceAssociationrequest, including a status message.ListProfileResourceAssociationsResponse.BuilderListProfileResourceAssociationsResponse.Builder. profileResourceAssociations(ProfileResourceAssociation... profileResourceAssociations)Information about the profile resource association that you specified in aGetProfileResourceAssociationrequest.Method parameters in software.amazon.awssdk.services.route53profiles.model with type arguments of type ProfileResourceAssociation Modifier and Type Method Description ListProfileResourceAssociationsResponse.BuilderListProfileResourceAssociationsResponse.Builder. profileResourceAssociations(Collection<ProfileResourceAssociation> profileResourceAssociations)Information about the profile resource association that you specified in aGetProfileResourceAssociationrequest. -
Uses of ProfileResourceAssociation in software.amazon.awssdk.services.route53profiles.paginators
Methods in software.amazon.awssdk.services.route53profiles.paginators that return types with arguments of type ProfileResourceAssociation Modifier and Type Method Description SdkIterable<ProfileResourceAssociation>ListProfileResourceAssociationsIterable. profileResourceAssociations()Returns an iterable to iterate through the paginatedListProfileResourceAssociationsResponse.profileResourceAssociations()member.SdkPublisher<ProfileResourceAssociation>ListProfileResourceAssociationsPublisher. profileResourceAssociations()Returns a publisher that can be used to get a stream of data.
-