- getArn() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The Amazon Resource Name (ARN) of the Profile.
- getArn() - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
The Amazon Resource Name (ARN) of the Profile.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53Profiles
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53Profiles
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getClientToken() - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
ClientToken is an idempotency token that ensures a call to CreateProfile completes only
once.
- getClientToken() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The ClientToken value that was assigned when the Profile was created.
- getCreationTime() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
- getCreationTime() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time
(UTC).
- getCreationTime() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The date and time that the Profile resource association was created, in Unix time format and Coordinated
Universal Time (UTC).
- getExecutorService() - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getFieldName() - Method in exception com.amazonaws.services.route53profiles.model.InvalidParameterException
-
The parameter field name for the invalid parameter exception.
- getId() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
ID of the Profile.
- getId() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
ID of the Profile association.
- getId() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
ID of the Profile resource association.
- getId() - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
ID of the Profile.
- getKey() - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Key associated with the Tag.
- getMaxResults() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
The maximum number of objects that you want to return for this request.
- getMaxResults() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
The maximum number of objects that you want to return for this request.
- getMaxResults() - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
The maximum number of objects that you want to return for this request.
- getModificationTime() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
- getModificationTime() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time
(UTC).
- getModificationTime() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The date and time that the Profile resource association was modified, in Unix time format and Coordinated
Universal Time (UTC).
- getName() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A name for the association.
- getName() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Name for the resource association.
- getName() - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A name for the Profile.
- getName() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Name of the Profile.
- getName() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Name of the Profile association.
- getName() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Name of the Profile resource association.
- getName() - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Name of the Profile.
- getName() - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
Name of the resource association.
- getNextToken() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
For the first call to this list request, omit this value.
- getNextToken() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
If more than MaxResults profile associations match the specified criteria, you can submit another
ListProfileAssociations request to get the next group of results.
- getNextToken() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
For the first call to this list request, omit this value.
- getNextToken() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
If more than MaxResults resource associations match the specified criteria, you can submit another
ListProfileResourceAssociations request to get the next group of results.
- getNextToken() - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
For the first call to this list request, omit this value.
- getNextToken() - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
If more than MaxResults resource associations match the specified criteria, you can submit another
ListProfiles request to get the next group of results.
- getOwnerId() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Amazon Web Services account ID of the Profile owner.
- getOwnerId() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Amazon Web Services account ID of the Profile association owner.
- getOwnerId() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Amazon Web Services account ID of the Profile resource association owner.
- getProfile(GetProfileRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53Profiles
-
- getProfile(GetProfileRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53Profiles
-
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the
current status of the Profile.
- getProfile(GetProfileRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClient
-
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the
current status of the Profile.
- getProfile() - Method in class com.amazonaws.services.route53profiles.model.CreateProfileResult
-
The Profile that you just created.
- getProfile() - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileResult
-
Information about the DeleteProfile request, including the status of the request.
- getProfile() - Method in class com.amazonaws.services.route53profiles.model.GetProfileResult
-
Information about the Profile, including the status of the Profile.
- getProfileAssociation(GetProfileAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53Profiles
-
- getProfileAssociation(GetProfileAssociationRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53Profiles
-
Retrieves a Route 53 Profile association for a VPC.
- getProfileAssociation(GetProfileAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClient
-
Retrieves a Route 53 Profile association for a VPC.
- getProfileAssociation() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileResult
-
The association that you just created.
- getProfileAssociation() - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileResult
-
Information about the DisassociateProfile request.
- getProfileAssociation() - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationResult
-
Information about the Profile association that you specified in a GetProfileAssociation request.
- getProfileAssociationAsync(GetProfileAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- getProfileAssociationAsync(GetProfileAssociationRequest, AsyncHandler<GetProfileAssociationRequest, GetProfileAssociationResult>) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- getProfileAssociationAsync(GetProfileAssociationRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Retrieves a Route 53 Profile association for a VPC.
- getProfileAssociationAsync(GetProfileAssociationRequest, AsyncHandler<GetProfileAssociationRequest, GetProfileAssociationResult>) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Retrieves a Route 53 Profile association for a VPC.
- getProfileAssociationAsync(GetProfileAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- getProfileAssociationAsync(GetProfileAssociationRequest, AsyncHandler<GetProfileAssociationRequest, GetProfileAssociationResult>) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- getProfileAssociationId() - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationRequest
-
The identifier of the association you want to get information about.
- GetProfileAssociationRequest - Class in com.amazonaws.services.route53profiles.model
-
- GetProfileAssociationRequest() - Constructor for class com.amazonaws.services.route53profiles.model.GetProfileAssociationRequest
-
- GetProfileAssociationResult - Class in com.amazonaws.services.route53profiles.model
-
- GetProfileAssociationResult() - Constructor for class com.amazonaws.services.route53profiles.model.GetProfileAssociationResult
-
- getProfileAssociations() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
A complex type that containts settings information about the profile's VPC associations.
- getProfileAsync(GetProfileRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- getProfileAsync(GetProfileRequest, AsyncHandler<GetProfileRequest, GetProfileResult>) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- getProfileAsync(GetProfileRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the
current status of the Profile.
- getProfileAsync(GetProfileRequest, AsyncHandler<GetProfileRequest, GetProfileResult>) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the
current status of the Profile.
- getProfileAsync(GetProfileRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- getProfileAsync(GetProfileRequest, AsyncHandler<GetProfileRequest, GetProfileResult>) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileRequest
-
The ID of the Profile that you want to delete.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
The ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.GetProfileRequest
-
ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
The ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
ID of the Profile.
- getProfileId() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Profile ID of the Profile that the resources are associated with.
- GetProfileRequest - Class in com.amazonaws.services.route53profiles.model
-
- GetProfileRequest() - Constructor for class com.amazonaws.services.route53profiles.model.GetProfileRequest
-
- getProfileResourceAssociation(GetProfileResourceAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53Profiles
-
- getProfileResourceAssociation(GetProfileResourceAssociationRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53Profiles
-
Returns information about a specified Route 53 Profile resource association.
- getProfileResourceAssociation(GetProfileResourceAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClient
-
Returns information about a specified Route 53 Profile resource association.
- getProfileResourceAssociation() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileResult
-
Infromation about the AssociateResourceToProfile, including a status message.
- getProfileResourceAssociation() - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileResult
-
Information about the DisassociateResourceFromProfile request, including the status of the request.
- getProfileResourceAssociation() - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationResult
-
Information about the Profile resource association that you specified in a
GetProfileResourceAssociation request.
- getProfileResourceAssociation() - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationResult
-
Information about the UpdateProfileResourceAssociation request, including a status message.
- getProfileResourceAssociationAsync(GetProfileResourceAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- getProfileResourceAssociationAsync(GetProfileResourceAssociationRequest, AsyncHandler<GetProfileResourceAssociationRequest, GetProfileResourceAssociationResult>) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- getProfileResourceAssociationAsync(GetProfileResourceAssociationRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Returns information about a specified Route 53 Profile resource association.
- getProfileResourceAssociationAsync(GetProfileResourceAssociationRequest, AsyncHandler<GetProfileResourceAssociationRequest, GetProfileResourceAssociationResult>) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Returns information about a specified Route 53 Profile resource association.
- getProfileResourceAssociationAsync(GetProfileResourceAssociationRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- getProfileResourceAssociationAsync(GetProfileResourceAssociationRequest, AsyncHandler<GetProfileResourceAssociationRequest, GetProfileResourceAssociationResult>) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- getProfileResourceAssociationId() - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationRequest
- getProfileResourceAssociationId() - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
ID of the resource association.
- GetProfileResourceAssociationRequest - Class in com.amazonaws.services.route53profiles.model
-
- GetProfileResourceAssociationRequest() - Constructor for class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationRequest
-
- GetProfileResourceAssociationResult - Class in com.amazonaws.services.route53profiles.model
-
- GetProfileResourceAssociationResult() - Constructor for class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationResult
-
- getProfileResourceAssociations() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request.
- GetProfileResult - Class in com.amazonaws.services.route53profiles.model
-
- GetProfileResult() - Constructor for class com.amazonaws.services.route53profiles.model.GetProfileResult
-
- getProfileSummaries() - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
Summary information about the Profiles.
- getResourceArn() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Amazon resource number, ARN, of the DNS resource.
- getResourceArn() - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
The Amazon Resource Name (ARN) of the resource.
- getResourceArn() - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
- getResourceArn() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The Amazon Resource Name (ARN) of the resource association.
- getResourceArn() - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to add tags to.
- getResourceArn() - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
- getResourceId() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
The ID of the VPC.
- getResourceId() - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
The ID of the VPC.
- getResourceId() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
ID of the VPC.
- getResourceId() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The Amazon Resource Name (ARN) of the VPC.
- getResourceProperties() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
If you are adding a DNS Firewall rule group, include also a priority.
- getResourceProperties() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
- getResourceProperties() - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
If you are adding a DNS Firewall rule group, include also a priority.
- getResourceType() - Method in exception com.amazonaws.services.route53profiles.model.LimitExceededException
-
The resource type that caused the limits to be exceeded.
- getResourceType() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
ID of a resource if you want information on only one type.
- getResourceType() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Resource type, such as a private hosted zone, or DNS Firewall rule group.
- getResourceType() - Method in exception com.amazonaws.services.route53profiles.model.ResourceExistsException
-
The resource type that caused the resource exists exception.
- getResourceType() - Method in exception com.amazonaws.services.route53profiles.model.ResourceNotFoundException
-
The resource type that caused the resource not found exception.
- getShareStatus() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Sharing status for the Profile.
- getShareStatus() - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Share status of the Profile.
- getStatus() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The status for the Profile.
- getStatus() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Status of the Profile association.
- getStatus() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Status of the Profile resource association.
- getStatusMessage() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Status message that includes additiona information about the Profile.
- getStatusMessage() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Additional information about the Profile association.
- getStatusMessage() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Additional information about the Profile resource association.
- getTagKeys() - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The tags that you want to remove to the specified resource.
- getTags() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A list of the tag keys and values that you want to identify the Profile association.
- getTags() - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A list of the tag keys and values that you want to associate with the Route 53 Profile.
- getTags() - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceResult
-
The tags that are associated with the resource that you specified in the ListTagsForResource
request.
- getTags() - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
The tags that you want to add to the specified resource.
- getValue() - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Value for the Tag.
- setArn(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The Amazon Resource Name (ARN) of the Profile.
- setArn(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
The Amazon Resource Name (ARN) of the Profile.
- setClientToken(String) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
ClientToken is an idempotency token that ensures a call to CreateProfile completes only
once.
- setClientToken(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The ClientToken value that was assigned when the Profile was created.
- setCreationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
- setCreationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time
(UTC).
- setCreationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The date and time that the Profile resource association was created, in Unix time format and Coordinated
Universal Time (UTC).
- setFieldName(String) - Method in exception com.amazonaws.services.route53profiles.model.InvalidParameterException
-
The parameter field name for the invalid parameter exception.
- setId(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
ID of the Profile.
- setId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
ID of the Profile association.
- setId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
ID of the Profile resource association.
- setId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
ID of the Profile.
- setKey(String) - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Key associated with the Tag.
- setMaxResults(Integer) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
The maximum number of objects that you want to return for this request.
- setMaxResults(Integer) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
The maximum number of objects that you want to return for this request.
- setMaxResults(Integer) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
The maximum number of objects that you want to return for this request.
- setModificationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
- setModificationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time
(UTC).
- setModificationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The date and time that the Profile resource association was modified, in Unix time format and Coordinated
Universal Time (UTC).
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A name for the association.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Name for the resource association.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A name for the Profile.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Name of the Profile.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Name of the Profile association.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Name of the Profile resource association.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Name of the Profile.
- setName(String) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
Name of the resource association.
- setNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
For the first call to this list request, omit this value.
- setNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
If more than MaxResults profile associations match the specified criteria, you can submit another
ListProfileAssociations request to get the next group of results.
- setNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
For the first call to this list request, omit this value.
- setNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
If more than MaxResults resource associations match the specified criteria, you can submit another
ListProfileResourceAssociations request to get the next group of results.
- setNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
For the first call to this list request, omit this value.
- setNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
If more than MaxResults resource associations match the specified criteria, you can submit another
ListProfiles request to get the next group of results.
- setOwnerId(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Amazon Web Services account ID of the Profile owner.
- setOwnerId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Amazon Web Services account ID of the Profile association owner.
- setOwnerId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Amazon Web Services account ID of the Profile resource association owner.
- setProfile(Profile) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileResult
-
The Profile that you just created.
- setProfile(Profile) - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileResult
-
Information about the DeleteProfile request, including the status of the request.
- setProfile(Profile) - Method in class com.amazonaws.services.route53profiles.model.GetProfileResult
-
Information about the Profile, including the status of the Profile.
- setProfileAssociation(ProfileAssociation) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileResult
-
The association that you just created.
- setProfileAssociation(ProfileAssociation) - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileResult
-
Information about the DisassociateProfile request.
- setProfileAssociation(ProfileAssociation) - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationResult
-
Information about the Profile association that you specified in a GetProfileAssociation request.
- setProfileAssociationId(String) - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationRequest
-
The identifier of the association you want to get information about.
- setProfileAssociations(Collection<ProfileAssociation>) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
A complex type that containts settings information about the profile's VPC associations.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileRequest
-
The ID of the Profile that you want to delete.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
The ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.GetProfileRequest
-
ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
The ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
ID of the Profile.
- setProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Profile ID of the Profile that the resources are associated with.
- setProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileResult
-
Infromation about the AssociateResourceToProfile, including a status message.
- setProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileResult
-
Information about the DisassociateResourceFromProfile request, including the status of the request.
- setProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationResult
-
Information about the Profile resource association that you specified in a
GetProfileResourceAssociation request.
- setProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationResult
-
Information about the UpdateProfileResourceAssociation request, including a status message.
- setProfileResourceAssociationId(String) - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationRequest
- setProfileResourceAssociationId(String) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
ID of the resource association.
- setProfileResourceAssociations(Collection<ProfileResourceAssociation>) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request.
- setProfileSummaries(Collection<ProfileSummary>) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
Summary information about the Profiles.
- setResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Amazon resource number, ARN, of the DNS resource.
- setResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
The Amazon Resource Name (ARN) of the resource.
- setResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
- setResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The Amazon Resource Name (ARN) of the resource association.
- setResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to add tags to.
- setResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
- setResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
The ID of the VPC.
- setResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
The ID of the VPC.
- setResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
ID of the VPC.
- setResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The Amazon Resource Name (ARN) of the VPC.
- setResourceProperties(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
If you are adding a DNS Firewall rule group, include also a priority.
- setResourceProperties(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
- setResourceProperties(String) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
If you are adding a DNS Firewall rule group, include also a priority.
- setResourceType(String) - Method in exception com.amazonaws.services.route53profiles.model.LimitExceededException
-
The resource type that caused the limits to be exceeded.
- setResourceType(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
ID of a resource if you want information on only one type.
- setResourceType(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Resource type, such as a private hosted zone, or DNS Firewall rule group.
- setResourceType(String) - Method in exception com.amazonaws.services.route53profiles.model.ResourceExistsException
-
The resource type that caused the resource exists exception.
- setResourceType(String) - Method in exception com.amazonaws.services.route53profiles.model.ResourceNotFoundException
-
The resource type that caused the resource not found exception.
- setShareStatus(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Sharing status for the Profile.
- setShareStatus(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Share status of the Profile.
- setStatus(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The status for the Profile.
- setStatus(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Status of the Profile association.
- setStatus(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Status of the Profile resource association.
- setStatusMessage(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Status message that includes additiona information about the Profile.
- setStatusMessage(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Additional information about the Profile association.
- setStatusMessage(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Additional information about the Profile resource association.
- setTagKeys(Collection<String>) - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The tags that you want to remove to the specified resource.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A list of the tag keys and values that you want to identify the Profile association.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A list of the tag keys and values that you want to associate with the Route 53 Profile.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceResult
-
The tags that are associated with the resource that you specified in the ListTagsForResource
request.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
The tags that you want to add to the specified resource.
- setValue(String) - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Value for the Tag.
- ShareStatus - Enum in com.amazonaws.services.route53profiles.model
-
- shutdown() - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53Profiles
-
- shutdown() - Method in interface com.amazonaws.services.route53profiles.AWSRoute53Profiles
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClient
-
- standard() - Static method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClientBuilder
-
- Tag - Class in com.amazonaws.services.route53profiles.model
-
Tag for the Profile.
- Tag() - Constructor for class com.amazonaws.services.route53profiles.model.Tag
-
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53Profiles
-
- tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53Profiles
-
Adds one or more tags to a specified resource.
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesClient
-
Adds one or more tags to a specified resource.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.route53profiles.AbstractAWSRoute53ProfilesAsync
-
- tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Adds one or more tags to a specified resource.
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsync
-
Adds one or more tags to a specified resource.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.route53profiles.AWSRoute53ProfilesAsyncClient
-
- TagResourceRequest - Class in com.amazonaws.services.route53profiles.model
-
- TagResourceRequest() - Constructor for class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
- TagResourceResult - Class in com.amazonaws.services.route53profiles.model
-
- TagResourceResult() - Constructor for class com.amazonaws.services.route53profiles.model.TagResourceResult
-
- ThrottlingException - Exception in com.amazonaws.services.route53profiles.model
-
The request was throttled.
- ThrottlingException(String) - Constructor for exception com.amazonaws.services.route53profiles.model.ThrottlingException
-
Constructs a new ThrottlingException with the specified error message.
- toString() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.CreateProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.GetProfileRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.GetProfileResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.route53profiles.model.ProfileStatus
-
- toString() - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.route53profiles.model.ShareStatus
-
- toString() - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.TagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.UntagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationResult
-
Returns a string representation of this object.
- withArn(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The Amazon Resource Name (ARN) of the Profile.
- withArn(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
The Amazon Resource Name (ARN) of the Profile.
- withClientToken(String) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
ClientToken is an idempotency token that ensures a call to CreateProfile completes only
once.
- withClientToken(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The ClientToken value that was assigned when the Profile was created.
- withCreationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
- withCreationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time
(UTC).
- withCreationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The date and time that the Profile resource association was created, in Unix time format and Coordinated
Universal Time (UTC).
- withFieldName(String) - Method in exception com.amazonaws.services.route53profiles.model.InvalidParameterException
-
The parameter field name for the invalid parameter exception.
- withId(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
ID of the Profile.
- withId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
ID of the Profile association.
- withId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
ID of the Profile resource association.
- withId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
ID of the Profile.
- withKey(String) - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Key associated with the Tag.
- withMaxResults(Integer) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
The maximum number of objects that you want to return for this request.
- withMaxResults(Integer) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
The maximum number of objects that you want to return for this request.
- withMaxResults(Integer) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
The maximum number of objects that you want to return for this request.
- withModificationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
- withModificationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time
(UTC).
- withModificationTime(Date) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The date and time that the Profile resource association was modified, in Unix time format and Coordinated
Universal Time (UTC).
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A name for the association.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Name for the resource association.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A name for the Profile.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Name of the Profile.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Name of the Profile association.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Name of the Profile resource association.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Name of the Profile.
- withName(String) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
Name of the resource association.
- withNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
For the first call to this list request, omit this value.
- withNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
If more than MaxResults profile associations match the specified criteria, you can submit another
ListProfileAssociations request to get the next group of results.
- withNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
For the first call to this list request, omit this value.
- withNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
If more than MaxResults resource associations match the specified criteria, you can submit another
ListProfileResourceAssociations request to get the next group of results.
- withNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesRequest
-
For the first call to this list request, omit this value.
- withNextToken(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
If more than MaxResults resource associations match the specified criteria, you can submit another
ListProfiles request to get the next group of results.
- withOwnerId(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Amazon Web Services account ID of the Profile owner.
- withOwnerId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Amazon Web Services account ID of the Profile association owner.
- withOwnerId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Amazon Web Services account ID of the Profile resource association owner.
- withProfile(Profile) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileResult
-
The Profile that you just created.
- withProfile(Profile) - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileResult
-
Information about the DeleteProfile request, including the status of the request.
- withProfile(Profile) - Method in class com.amazonaws.services.route53profiles.model.GetProfileResult
-
Information about the Profile, including the status of the Profile.
- withProfileAssociation(ProfileAssociation) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileResult
-
The association that you just created.
- withProfileAssociation(ProfileAssociation) - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileResult
-
Information about the DisassociateProfile request.
- withProfileAssociation(ProfileAssociation) - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationResult
-
Information about the Profile association that you specified in a GetProfileAssociation request.
- withProfileAssociationId(String) - Method in class com.amazonaws.services.route53profiles.model.GetProfileAssociationRequest
-
The identifier of the association you want to get information about.
- withProfileAssociations(ProfileAssociation...) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
A complex type that containts settings information about the profile's VPC associations.
- withProfileAssociations(Collection<ProfileAssociation>) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsResult
-
A complex type that containts settings information about the profile's VPC associations.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.DeleteProfileRequest
-
The ID of the Profile that you want to delete.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
The ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.GetProfileRequest
-
ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
The ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
ID of the Profile.
- withProfileId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Profile ID of the Profile that the resources are associated with.
- withProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileResult
-
Infromation about the AssociateResourceToProfile, including a status message.
- withProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileResult
-
Information about the DisassociateResourceFromProfile request, including the status of the request.
- withProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationResult
-
Information about the Profile resource association that you specified in a
GetProfileResourceAssociation request.
- withProfileResourceAssociation(ProfileResourceAssociation) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationResult
-
Information about the UpdateProfileResourceAssociation request, including a status message.
- withProfileResourceAssociationId(String) - Method in class com.amazonaws.services.route53profiles.model.GetProfileResourceAssociationRequest
- withProfileResourceAssociationId(String) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
ID of the resource association.
- withProfileResourceAssociations(ProfileResourceAssociation...) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request.
- withProfileResourceAssociations(Collection<ProfileResourceAssociation>) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsResult
-
Information about the profile resource association that you specified in a
GetProfileResourceAssociation request.
- withProfileSummaries(ProfileSummary...) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
Summary information about the Profiles.
- withProfileSummaries(Collection<ProfileSummary>) - Method in class com.amazonaws.services.route53profiles.model.ListProfilesResult
-
Summary information about the Profiles.
- withResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
Amazon resource number, ARN, of the DNS resource.
- withResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateResourceFromProfileRequest
-
The Amazon Resource Name (ARN) of the resource.
- withResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
- withResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
The Amazon Resource Name (ARN) of the resource association.
- withResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to add tags to.
- withResourceArn(String) - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
- withResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
The ID of the VPC.
- withResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.DisassociateProfileRequest
-
The ID of the VPC.
- withResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileAssociationsRequest
-
ID of the VPC.
- withResourceId(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
The Amazon Resource Name (ARN) of the VPC.
- withResourceProperties(String) - Method in class com.amazonaws.services.route53profiles.model.AssociateResourceToProfileRequest
-
If you are adding a DNS Firewall rule group, include also a priority.
- withResourceProperties(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
- withResourceProperties(String) - Method in class com.amazonaws.services.route53profiles.model.UpdateProfileResourceAssociationRequest
-
If you are adding a DNS Firewall rule group, include also a priority.
- withResourceType(String) - Method in exception com.amazonaws.services.route53profiles.model.LimitExceededException
-
The resource type that caused the limits to be exceeded.
- withResourceType(String) - Method in class com.amazonaws.services.route53profiles.model.ListProfileResourceAssociationsRequest
-
ID of a resource if you want information on only one type.
- withResourceType(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Resource type, such as a private hosted zone, or DNS Firewall rule group.
- withResourceType(String) - Method in exception com.amazonaws.services.route53profiles.model.ResourceExistsException
-
The resource type that caused the resource exists exception.
- withResourceType(String) - Method in exception com.amazonaws.services.route53profiles.model.ResourceNotFoundException
-
The resource type that caused the resource not found exception.
- withShareStatus(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Sharing status for the Profile.
- withShareStatus(ShareStatus) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Sharing status for the Profile.
- withShareStatus(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Share status of the Profile.
- withShareStatus(ShareStatus) - Method in class com.amazonaws.services.route53profiles.model.ProfileSummary
-
Share status of the Profile.
- withStatus(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The status for the Profile.
- withStatus(ProfileStatus) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
The status for the Profile.
- withStatus(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Status of the Profile association.
- withStatus(ProfileStatus) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Status of the Profile association.
- withStatus(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Status of the Profile resource association.
- withStatus(ProfileStatus) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Status of the Profile resource association.
- withStatusMessage(String) - Method in class com.amazonaws.services.route53profiles.model.Profile
-
Status message that includes additiona information about the Profile.
- withStatusMessage(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileAssociation
-
Additional information about the Profile association.
- withStatusMessage(String) - Method in class com.amazonaws.services.route53profiles.model.ProfileResourceAssociation
-
Additional information about the Profile resource association.
- withTagKeys(String...) - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The tags that you want to remove to the specified resource.
- withTagKeys(Collection<String>) - Method in class com.amazonaws.services.route53profiles.model.UntagResourceRequest
-
The tags that you want to remove to the specified resource.
- withTags(Tag...) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A list of the tag keys and values that you want to identify the Profile association.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.route53profiles.model.AssociateProfileRequest
-
A list of the tag keys and values that you want to identify the Profile association.
- withTags(Tag...) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A list of the tag keys and values that you want to associate with the Route 53 Profile.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.route53profiles.model.CreateProfileRequest
-
A list of the tag keys and values that you want to associate with the Route 53 Profile.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.route53profiles.model.ListTagsForResourceResult
-
The tags that are associated with the resource that you specified in the ListTagsForResource
request.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.route53profiles.model.TagResourceRequest
-
The tags that you want to add to the specified resource.
- withValue(String) - Method in class com.amazonaws.services.route53profiles.model.Tag
-
Value for the Tag.