Interface Route53ProfilesAsyncClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface Route53ProfilesAsyncClient extends AwsClient
Service client for accessing Route 53 Profiles asynchronously. This can be created using the staticbuilder()method.The asynchronous client performs non-blocking I/O when configured with anySdkAsyncHttpClientsupported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API call.With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
associateProfile
default CompletableFuture<AssociateProfileResponse> associateProfile(AssociateProfileRequest associateProfileRequest)
Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with 1000 of VPCs (and you can request a higher quota). For more information, see https:// docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities.
- Parameters:
associateProfileRequest-- Returns:
- A Java Future containing the result of the AssociateProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ResourceExistsException The resource you are trying to associate, has already been associated.
- LimitExceededException The request caused one or more limits to be exceeded.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateProfile
default CompletableFuture<AssociateProfileResponse> associateProfile(Consumer<AssociateProfileRequest.Builder> associateProfileRequest)
Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with 1000 of VPCs (and you can request a higher quota). For more information, see https:// docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities.
This is a convenience which creates an instance of the
AssociateProfileRequest.Builderavoiding the need to create one manually viaAssociateProfileRequest.builder()- Parameters:
associateProfileRequest- AConsumerthat will call methods onAssociateProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssociateProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ResourceExistsException The resource you are trying to associate, has already been associated.
- LimitExceededException The request caused one or more limits to be exceeded.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateResourceToProfile
default CompletableFuture<AssociateResourceToProfileResponse> associateResourceToProfile(AssociateResourceToProfileRequest associateResourceToProfileRequest)
Associates a DNS reource configuration to a Route 53 Profile.
- Parameters:
associateResourceToProfileRequest-- Returns:
- A Java Future containing the result of the AssociateResourceToProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateResourceToProfile
default CompletableFuture<AssociateResourceToProfileResponse> associateResourceToProfile(Consumer<AssociateResourceToProfileRequest.Builder> associateResourceToProfileRequest)
Associates a DNS reource configuration to a Route 53 Profile.
This is a convenience which creates an instance of the
AssociateResourceToProfileRequest.Builderavoiding the need to create one manually viaAssociateResourceToProfileRequest.builder()- Parameters:
associateResourceToProfileRequest- AConsumerthat will call methods onAssociateResourceToProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssociateResourceToProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createProfile
default CompletableFuture<CreateProfileResponse> createProfile(CreateProfileRequest createProfileRequest)
Creates an empty Route 53 Profile.
- Parameters:
createProfileRequest-- Returns:
- A Java Future containing the result of the CreateProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- LimitExceededException The request caused one or more limits to be exceeded.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createProfile
default CompletableFuture<CreateProfileResponse> createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates an empty Route 53 Profile.
This is a convenience which creates an instance of the
CreateProfileRequest.Builderavoiding the need to create one manually viaCreateProfileRequest.builder()- Parameters:
createProfileRequest- AConsumerthat will call methods onCreateProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- LimitExceededException The request caused one or more limits to be exceeded.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteProfile
default CompletableFuture<DeleteProfileResponse> deleteProfile(DeleteProfileRequest deleteProfileRequest)
Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
- Parameters:
deleteProfileRequest-- Returns:
- A Java Future containing the result of the DeleteProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteProfile
default CompletableFuture<DeleteProfileResponse> deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)
Deletes the specified Route 53 Profile. Before you can delete a profile, you must first disassociate it from all VPCs.
This is a convenience which creates an instance of the
DeleteProfileRequest.Builderavoiding the need to create one manually viaDeleteProfileRequest.builder()- Parameters:
deleteProfileRequest- AConsumerthat will call methods onDeleteProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateProfile
default CompletableFuture<DisassociateProfileResponse> disassociateProfile(DisassociateProfileRequest disassociateProfileRequest)
Dissociates a specified Route 53 Profile from the specified VPC.
- Parameters:
disassociateProfileRequest-- Returns:
- A Java Future containing the result of the DisassociateProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateProfile
default CompletableFuture<DisassociateProfileResponse> disassociateProfile(Consumer<DisassociateProfileRequest.Builder> disassociateProfileRequest)
Dissociates a specified Route 53 Profile from the specified VPC.
This is a convenience which creates an instance of the
DisassociateProfileRequest.Builderavoiding the need to create one manually viaDisassociateProfileRequest.builder()- Parameters:
disassociateProfileRequest- AConsumerthat will call methods onDisassociateProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DisassociateProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateResourceFromProfile
default CompletableFuture<DisassociateResourceFromProfileResponse> disassociateResourceFromProfile(DisassociateResourceFromProfileRequest disassociateResourceFromProfileRequest)
Dissoaciated a specified resource, from the Route 53 Profile.
- Parameters:
disassociateResourceFromProfileRequest-- Returns:
- A Java Future containing the result of the DisassociateResourceFromProfile operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateResourceFromProfile
default CompletableFuture<DisassociateResourceFromProfileResponse> disassociateResourceFromProfile(Consumer<DisassociateResourceFromProfileRequest.Builder> disassociateResourceFromProfileRequest)
Dissoaciated a specified resource, from the Route 53 Profile.
This is a convenience which creates an instance of the
DisassociateResourceFromProfileRequest.Builderavoiding the need to create one manually viaDisassociateResourceFromProfileRequest.builder()- Parameters:
disassociateResourceFromProfileRequest- AConsumerthat will call methods onDisassociateResourceFromProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DisassociateResourceFromProfile operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getProfile
default CompletableFuture<GetProfileResponse> getProfile(GetProfileRequest getProfileRequest)
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
- Parameters:
getProfileRequest-- Returns:
- A Java Future containing the result of the GetProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getProfile
default CompletableFuture<GetProfileResponse> getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)
Returns information about a specified Route 53 Profile, such as whether whether the Profile is shared, and the current status of the Profile.
This is a convenience which creates an instance of the
GetProfileRequest.Builderavoiding the need to create one manually viaGetProfileRequest.builder()- Parameters:
getProfileRequest- AConsumerthat will call methods onGetProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getProfileAssociation
default CompletableFuture<GetProfileAssociationResponse> getProfileAssociation(GetProfileAssociationRequest getProfileAssociationRequest)
Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
- Parameters:
getProfileAssociationRequest-- Returns:
- A Java Future containing the result of the GetProfileAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getProfileAssociation
default CompletableFuture<GetProfileAssociationResponse> getProfileAssociation(Consumer<GetProfileAssociationRequest.Builder> getProfileAssociationRequest)
Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile association, but a Profile can be associated with up to 5000 VPCs.
This is a convenience which creates an instance of the
GetProfileAssociationRequest.Builderavoiding the need to create one manually viaGetProfileAssociationRequest.builder()- Parameters:
getProfileAssociationRequest- AConsumerthat will call methods onGetProfileAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetProfileAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getProfileResourceAssociation
default CompletableFuture<GetProfileResourceAssociationResponse> getProfileResourceAssociation(GetProfileResourceAssociationRequest getProfileResourceAssociationRequest)
Returns information about a specified Route 53 Profile resource association.
- Parameters:
getProfileResourceAssociationRequest-- Returns:
- A Java Future containing the result of the GetProfileResourceAssociation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getProfileResourceAssociation
default CompletableFuture<GetProfileResourceAssociationResponse> getProfileResourceAssociation(Consumer<GetProfileResourceAssociationRequest.Builder> getProfileResourceAssociationRequest)
Returns information about a specified Route 53 Profile resource association.
This is a convenience which creates an instance of the
GetProfileResourceAssociationRequest.Builderavoiding the need to create one manually viaGetProfileResourceAssociationRequest.builder()- Parameters:
getProfileResourceAssociationRequest- AConsumerthat will call methods onGetProfileResourceAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetProfileResourceAssociation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileAssociations
default CompletableFuture<ListProfileAssociationsResponse> listProfileAssociations(ListProfileAssociationsRequest listProfileAssociationsRequest)
Lists all the VPCs that the specified Route 53 Profile is associated with.
- Parameters:
listProfileAssociationsRequest-- Returns:
- A Java Future containing the result of the ListProfileAssociations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileAssociations
default CompletableFuture<ListProfileAssociationsResponse> listProfileAssociations(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)
Lists all the VPCs that the specified Route 53 Profile is associated with.
This is a convenience which creates an instance of the
ListProfileAssociationsRequest.Builderavoiding the need to create one manually viaListProfileAssociationsRequest.builder()- Parameters:
listProfileAssociationsRequest- AConsumerthat will call methods onListProfileAssociationsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListProfileAssociations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileAssociationsPaginator
default ListProfileAssociationsPublisher listProfileAssociationsPaginator(ListProfileAssociationsRequest listProfileAssociationsRequest)
This is a variant of
listProfileAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.route53profiles.paginators.ListProfileAssociationsPublisher publisher = client.listProfileAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.route53profiles.paginators.ListProfileAssociationsPublisher publisher = client.listProfileAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProfileAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsRequest)operation.- Parameters:
listProfileAssociationsRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileAssociationsPaginator
default ListProfileAssociationsPublisher listProfileAssociationsPaginator(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)
This is a variant of
listProfileAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.route53profiles.paginators.ListProfileAssociationsPublisher publisher = client.listProfileAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.route53profiles.paginators.ListProfileAssociationsPublisher publisher = client.listProfileAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProfileAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsRequest)operation.
This is a convenience which creates an instance of the
ListProfileAssociationsRequest.Builderavoiding the need to create one manually viaListProfileAssociationsRequest.builder()- Parameters:
listProfileAssociationsRequest- AConsumerthat will call methods onListProfileAssociationsRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileResourceAssociations
default CompletableFuture<ListProfileResourceAssociationsResponse> listProfileResourceAssociations(ListProfileResourceAssociationsRequest listProfileResourceAssociationsRequest)
Lists all the resource associations for the specified Route 53 Profile.
- Parameters:
listProfileResourceAssociationsRequest-- Returns:
- A Java Future containing the result of the ListProfileResourceAssociations operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileResourceAssociations
default CompletableFuture<ListProfileResourceAssociationsResponse> listProfileResourceAssociations(Consumer<ListProfileResourceAssociationsRequest.Builder> listProfileResourceAssociationsRequest)
Lists all the resource associations for the specified Route 53 Profile.
This is a convenience which creates an instance of the
ListProfileResourceAssociationsRequest.Builderavoiding the need to create one manually viaListProfileResourceAssociationsRequest.builder()- Parameters:
listProfileResourceAssociationsRequest- AConsumerthat will call methods onListProfileResourceAssociationsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListProfileResourceAssociations operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileResourceAssociationsPaginator
default ListProfileResourceAssociationsPublisher listProfileResourceAssociationsPaginator(ListProfileResourceAssociationsRequest listProfileResourceAssociationsRequest)
This is a variant of
listProfileResourceAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.route53profiles.paginators.ListProfileResourceAssociationsPublisher publisher = client.listProfileResourceAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.route53profiles.paginators.ListProfileResourceAssociationsPublisher publisher = client.listProfileResourceAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProfileResourceAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsRequest)operation.- Parameters:
listProfileResourceAssociationsRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfileResourceAssociationsPaginator
default ListProfileResourceAssociationsPublisher listProfileResourceAssociationsPaginator(Consumer<ListProfileResourceAssociationsRequest.Builder> listProfileResourceAssociationsRequest)
This is a variant of
listProfileResourceAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.route53profiles.paginators.ListProfileResourceAssociationsPublisher publisher = client.listProfileResourceAssociationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.route53profiles.paginators.ListProfileResourceAssociationsPublisher publisher = client.listProfileResourceAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProfileResourceAssociations(software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsRequest)operation.
This is a convenience which creates an instance of the
ListProfileResourceAssociationsRequest.Builderavoiding the need to create one manually viaListProfileResourceAssociationsRequest.builder()- Parameters:
listProfileResourceAssociationsRequest- AConsumerthat will call methods onListProfileResourceAssociationsRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfiles
default CompletableFuture<ListProfilesResponse> listProfiles(ListProfilesRequest listProfilesRequest)
Lists all the Route 53 Profiles associated with your Amazon Web Services account.
- Parameters:
listProfilesRequest-- Returns:
- A Java Future containing the result of the ListProfiles operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfiles
default CompletableFuture<ListProfilesResponse> listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)
Lists all the Route 53 Profiles associated with your Amazon Web Services account.
This is a convenience which creates an instance of the
ListProfilesRequest.Builderavoiding the need to create one manually viaListProfilesRequest.builder()- Parameters:
listProfilesRequest- AConsumerthat will call methods onListProfilesRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListProfiles operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfilesPaginator
default ListProfilesPublisher listProfilesPaginator(ListProfilesRequest listProfilesRequest)
This is a variant of
listProfiles(software.amazon.awssdk.services.route53profiles.model.ListProfilesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.route53profiles.paginators.ListProfilesPublisher publisher = client.listProfilesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.route53profiles.paginators.ListProfilesPublisher publisher = client.listProfilesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53profiles.model.ListProfilesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.route53profiles.model.ListProfilesResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProfiles(software.amazon.awssdk.services.route53profiles.model.ListProfilesRequest)operation.- Parameters:
listProfilesRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listProfilesPaginator
default ListProfilesPublisher listProfilesPaginator(Consumer<ListProfilesRequest.Builder> listProfilesRequest)
This is a variant of
listProfiles(software.amazon.awssdk.services.route53profiles.model.ListProfilesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.route53profiles.paginators.ListProfilesPublisher publisher = client.listProfilesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.route53profiles.paginators.ListProfilesPublisher publisher = client.listProfilesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53profiles.model.ListProfilesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.route53profiles.model.ListProfilesResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listProfiles(software.amazon.awssdk.services.route53profiles.model.ListProfilesRequest)operation.
This is a convenience which creates an instance of the
ListProfilesRequest.Builderavoiding the need to create one manually viaListProfilesRequest.builder()- Parameters:
listProfilesRequest- AConsumerthat will call methods onListProfilesRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- InvalidNextTokenException The
NextTokenyou provided isn;t valid. - SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
- Parameters:
listTagsForResourceRequest-- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
- Parameters:
tagResourceRequest-- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to a specified resource.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
- Parameters:
untagResourceRequest-- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a specified resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateProfileResourceAssociation
default CompletableFuture<UpdateProfileResourceAssociationResponse> updateProfileResourceAssociation(UpdateProfileResourceAssociationRequest updateProfileResourceAssociationRequest)
Updates the specified Route 53 Profile resourse association.
- Parameters:
updateProfileResourceAssociationRequest-- Returns:
- A Java Future containing the result of the UpdateProfileResourceAssociation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateProfileResourceAssociation
default CompletableFuture<UpdateProfileResourceAssociationResponse> updateProfileResourceAssociation(Consumer<UpdateProfileResourceAssociationRequest.Builder> updateProfileResourceAssociationRequest)
Updates the specified Route 53 Profile resourse association.
This is a convenience which creates an instance of the
UpdateProfileResourceAssociationRequest.Builderavoiding the need to create one manually viaUpdateProfileResourceAssociationRequest.builder()- Parameters:
updateProfileResourceAssociationRequest- AConsumerthat will call methods onUpdateProfileResourceAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateProfileResourceAssociation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- ResourceNotFoundException The resource you are associating is not found.
- LimitExceededException The request caused one or more limits to be exceeded.
- InternalServiceErrorException An internal server error occured. Retry your request.
- InvalidParameterException One or more parameters in this request are not valid.
- ThrottlingException The request was throttled. Try again in a few minutes.
- ValidationException You have provided an invalid command.
- AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified operation.
- ConflictException The request you submitted conflicts with an existing request.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Route53ProfilesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
serviceClientConfiguration
default Route53ProfilesServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
create
static Route53ProfilesAsyncClient create()
Create aRoute53ProfilesAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static Route53ProfilesAsyncClientBuilder builder()
Create a builder that can be used to configure and create aRoute53ProfilesAsyncClient.
-
-