| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileResourceAssociation |
ProfileResourceAssociation.clone() |
ProfileResourceAssociation |
UpdateProfileResourceAssociationResult.getProfileResourceAssociation()
Information about the
UpdateProfileResourceAssociation request, including a status message. |
ProfileResourceAssociation |
GetProfileResourceAssociationResult.getProfileResourceAssociation()
Information about the Profile resource association that you specified in a
GetProfileResourceAssociation request. |
ProfileResourceAssociation |
DisassociateResourceFromProfileResult.getProfileResourceAssociation()
Information about the
DisassociateResourceFromProfile request, including the status of the request. |
ProfileResourceAssociation |
AssociateResourceToProfileResult.getProfileResourceAssociation()
Infromation about the
AssociateResourceToProfile, including a status message. |
ProfileResourceAssociation |
ProfileResourceAssociation.withCreationTime(Date creationTime)
The date and time that the Profile resource association was created, in Unix time format and Coordinated
Universal Time (UTC).
|
ProfileResourceAssociation |
ProfileResourceAssociation.withId(String id)
ID of the Profile resource association.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withModificationTime(Date modificationTime)
The date and time that the Profile resource association was modified, in Unix time format and Coordinated
Universal Time (UTC).
|
ProfileResourceAssociation |
ProfileResourceAssociation.withName(String name)
Name of the Profile resource association.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withOwnerId(String ownerId)
Amazon Web Services account ID of the Profile resource association owner.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withProfileId(String profileId)
Profile ID of the Profile that the resources are associated with.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource association.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withResourceProperties(String resourceProperties)
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withResourceType(String resourceType)
Resource type, such as a private hosted zone, or DNS Firewall rule group.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withStatus(ProfileStatus status)
Status of the Profile resource association.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withStatus(String status)
Status of the Profile resource association.
|
ProfileResourceAssociation |
ProfileResourceAssociation.withStatusMessage(String statusMessage)
Additional information about the Profile resource association.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileResourceAssociation> |
ListProfileResourceAssociationsResult.getProfileResourceAssociations()
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProfileResourceAssociationResult.setProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Information about the
UpdateProfileResourceAssociation request, including a status message. |
void |
GetProfileResourceAssociationResult.setProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Information about the Profile resource association that you specified in a
GetProfileResourceAssociation request. |
void |
DisassociateResourceFromProfileResult.setProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Information about the
DisassociateResourceFromProfile request, including the status of the request. |
void |
AssociateResourceToProfileResult.setProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Infromation about the
AssociateResourceToProfile, including a status message. |
UpdateProfileResourceAssociationResult |
UpdateProfileResourceAssociationResult.withProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Information about the
UpdateProfileResourceAssociation request, including a status message. |
GetProfileResourceAssociationResult |
GetProfileResourceAssociationResult.withProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Information about the Profile resource association that you specified in a
GetProfileResourceAssociation request. |
DisassociateResourceFromProfileResult |
DisassociateResourceFromProfileResult.withProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Information about the
DisassociateResourceFromProfile request, including the status of the request. |
AssociateResourceToProfileResult |
AssociateResourceToProfileResult.withProfileResourceAssociation(ProfileResourceAssociation profileResourceAssociation)
Infromation about the
AssociateResourceToProfile, including a status message. |
ListProfileResourceAssociationsResult |
ListProfileResourceAssociationsResult.withProfileResourceAssociations(ProfileResourceAssociation... profileResourceAssociations)
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileResourceAssociationsResult.setProfileResourceAssociations(Collection<ProfileResourceAssociation> profileResourceAssociations)
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request. |
ListProfileResourceAssociationsResult |
ListProfileResourceAssociationsResult.withProfileResourceAssociations(Collection<ProfileResourceAssociation> profileResourceAssociations)
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request. |
Copyright © 2025. All rights reserved.