| Package | Description |
|---|---|
| com.amazonaws.services.route53profiles.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileAssociation |
ProfileAssociation.clone() |
ProfileAssociation |
GetProfileAssociationResult.getProfileAssociation()
Information about the Profile association that you specified in a
GetProfileAssociation request. |
ProfileAssociation |
AssociateProfileResult.getProfileAssociation()
The association that you just created.
|
ProfileAssociation |
DisassociateProfileResult.getProfileAssociation()
Information about the
DisassociateProfile request. |
ProfileAssociation |
ProfileAssociation.withCreationTime(Date creationTime)
The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time
(UTC).
|
ProfileAssociation |
ProfileAssociation.withId(String id)
ID of the Profile association.
|
ProfileAssociation |
ProfileAssociation.withModificationTime(Date modificationTime)
The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time
(UTC).
|
ProfileAssociation |
ProfileAssociation.withName(String name)
Name of the Profile association.
|
ProfileAssociation |
ProfileAssociation.withOwnerId(String ownerId)
Amazon Web Services account ID of the Profile association owner.
|
ProfileAssociation |
ProfileAssociation.withProfileId(String profileId)
ID of the Profile.
|
ProfileAssociation |
ProfileAssociation.withResourceId(String resourceId)
The Amazon Resource Name (ARN) of the VPC.
|
ProfileAssociation |
ProfileAssociation.withStatus(ProfileStatus status)
Status of the Profile association.
|
ProfileAssociation |
ProfileAssociation.withStatus(String status)
Status of the Profile association.
|
ProfileAssociation |
ProfileAssociation.withStatusMessage(String statusMessage)
Additional information about the Profile association.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileAssociation> |
ListProfileAssociationsResult.getProfileAssociations()
A complex type that containts settings information about the profile's VPC associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetProfileAssociationResult.setProfileAssociation(ProfileAssociation profileAssociation)
Information about the Profile association that you specified in a
GetProfileAssociation request. |
void |
AssociateProfileResult.setProfileAssociation(ProfileAssociation profileAssociation)
The association that you just created.
|
void |
DisassociateProfileResult.setProfileAssociation(ProfileAssociation profileAssociation)
Information about the
DisassociateProfile request. |
GetProfileAssociationResult |
GetProfileAssociationResult.withProfileAssociation(ProfileAssociation profileAssociation)
Information about the Profile association that you specified in a
GetProfileAssociation request. |
AssociateProfileResult |
AssociateProfileResult.withProfileAssociation(ProfileAssociation profileAssociation)
The association that you just created.
|
DisassociateProfileResult |
DisassociateProfileResult.withProfileAssociation(ProfileAssociation profileAssociation)
Information about the
DisassociateProfile request. |
ListProfileAssociationsResult |
ListProfileAssociationsResult.withProfileAssociations(ProfileAssociation... profileAssociations)
A complex type that containts settings information about the profile's VPC associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileAssociationsResult.setProfileAssociations(Collection<ProfileAssociation> profileAssociations)
A complex type that containts settings information about the profile's VPC associations.
|
ListProfileAssociationsResult |
ListProfileAssociationsResult.withProfileAssociations(Collection<ProfileAssociation> profileAssociations)
A complex type that containts settings information about the profile's VPC associations.
|
Copyright © 2025. All rights reserved.