@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface MigrationHubRefactorSpacesClient extends AwsClient
builder() method.
This API reference provides descriptions, syntax, and other details about each of the actions and data types for Amazon Web Services Migration Hub Refactor Spaces (Refactor Spaces). The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see Amazon Web Services SDKs.
To share Refactor Spaces environments with other Amazon Web Services accounts or with Organizations and their OUs,
use Resource Access Manager's CreateResourceShare API. See CreateResourceShare in
the Amazon Web Services RAM API Reference.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static MigrationHubRefactorSpacesClientBuilder |
builder()
Create a builder that can be used to configure and create a
MigrationHubRefactorSpacesClient. |
static MigrationHubRefactorSpacesClient |
create()
Create a
MigrationHubRefactorSpacesClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateApplicationResponse |
createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
default CreateApplicationResponse |
createApplication(CreateApplicationRequest createApplicationRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
default CreateEnvironmentResponse |
createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
default CreateEnvironmentResponse |
createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
default CreateRouteResponse |
createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces route.
|
default CreateRouteResponse |
createRoute(CreateRouteRequest createRouteRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces route.
|
default CreateServiceResponse |
createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
default CreateServiceResponse |
createService(CreateServiceRequest createServiceRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces service.
|
default DeleteApplicationResponse |
deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces application.
|
default DeleteApplicationResponse |
deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces application.
|
default DeleteEnvironmentResponse |
deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces environment.
|
default DeleteEnvironmentResponse |
deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces environment.
|
default DeleteResourcePolicyResponse |
deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)
Deletes the resource policy set for the environment.
|
default DeleteResourcePolicyResponse |
deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes the resource policy set for the environment.
|
default DeleteRouteResponse |
deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces route.
|
default DeleteRouteResponse |
deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces route.
|
default DeleteServiceResponse |
deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces service.
|
default DeleteServiceResponse |
deleteService(DeleteServiceRequest deleteServiceRequest)
Deletes an Amazon Web Services Migration Hub Refactor Spaces service.
|
default GetApplicationResponse |
getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
default GetApplicationResponse |
getApplication(GetApplicationRequest getApplicationRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
default GetEnvironmentResponse |
getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
default GetEnvironmentResponse |
getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
default GetResourcePolicyResponse |
getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)
Gets the resource-based permission policy that is set for the given environment.
|
default GetResourcePolicyResponse |
getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)
Gets the resource-based permission policy that is set for the given environment.
|
default GetRouteResponse |
getRoute(Consumer<GetRouteRequest.Builder> getRouteRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces route.
|
default GetRouteResponse |
getRoute(GetRouteRequest getRouteRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces route.
|
default GetServiceResponse |
getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces service.
|
default GetServiceResponse |
getService(GetServiceRequest getServiceRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces service.
|
default ListApplicationsResponse |
listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
|
default ListApplicationsResponse |
listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
|
default ListApplicationsIterable |
listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
|
default ListApplicationsIterable |
listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
|
default ListEnvironmentsResponse |
listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default ListEnvironmentsResponse |
listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default ListEnvironmentsIterable |
listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default ListEnvironmentsIterable |
listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default ListEnvironmentVpcsResponse |
listEnvironmentVpcs(Consumer<ListEnvironmentVpcsRequest.Builder> listEnvironmentVpcsRequest)
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part
of the environment.
|
default ListEnvironmentVpcsResponse |
listEnvironmentVpcs(ListEnvironmentVpcsRequest listEnvironmentVpcsRequest)
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part
of the environment.
|
default ListEnvironmentVpcsIterable |
listEnvironmentVpcsPaginator(Consumer<ListEnvironmentVpcsRequest.Builder> listEnvironmentVpcsRequest)
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part
of the environment.
|
default ListEnvironmentVpcsIterable |
listEnvironmentVpcsPaginator(ListEnvironmentVpcsRequest listEnvironmentVpcsRequest)
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part
of the environment.
|
default ListRoutesResponse |
listRoutes(Consumer<ListRoutesRequest.Builder> listRoutesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
|
default ListRoutesResponse |
listRoutes(ListRoutesRequest listRoutesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
|
default ListRoutesIterable |
listRoutesPaginator(Consumer<ListRoutesRequest.Builder> listRoutesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
|
default ListRoutesIterable |
listRoutesPaginator(ListRoutesRequest listRoutesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
|
default ListServicesResponse |
listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
|
default ListServicesResponse |
listServices(ListServicesRequest listServicesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
|
default ListServicesIterable |
listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
|
default ListServicesIterable |
listServicesPaginator(ListServicesRequest listServicesRequest)
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags of a resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags of a resource.
|
default PutResourcePolicyResponse |
putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)
Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment.
|
default PutResourcePolicyResponse |
putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment.
|
default MigrationHubRefactorSpacesServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Removes the tags of a given resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Removes the tags of a given resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default UpdateRouteResponse |
updateRoute(Consumer<UpdateRouteRequest.Builder> updateRouteRequest)
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
|
default UpdateRouteResponse |
updateRoute(UpdateRouteRequest updateRouteRequest)
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CreateApplicationResponse createApplication(CreateApplicationRequest createApplicationRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
In environments created with a CreateEnvironment:NetworkFabricType of NONE you need to configure VPC to VPC connectivity between your service VPC and the application proxy VPC to route traffic through the
application proxy to a service with a private URL endpoint. For more information, see Create an application in the Refactor Spaces User Guide.
createApplicationRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateApplicationResponse createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
In environments created with a CreateEnvironment:NetworkFabricType of NONE you need to configure VPC to VPC connectivity between your service VPC and the application proxy VPC to route traffic through the
application proxy to a service with a private URL endpoint. For more information, see Create an application in the Refactor Spaces User Guide.
This is a convenience which creates an instance of the CreateApplicationRequest.Builder avoiding the need
to create one manually via CreateApplicationRequest.builder()
createApplicationRequest - A Consumer that will call methods on CreateApplicationRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest createEnvironmentRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the environment owner. The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
When creating an environment with a CreateEnvironment:NetworkFabricType of TRANSIT_GATEWAY, Refactor Spaces provisions a transit
gateway to enable services in VPCs to communicate directly across accounts. If CreateEnvironment:NetworkFabricType is NONE, Refactor Spaces does not create a transit gateway
and you must use your network infrastructure to route traffic to services with private URL endpoints.
createEnvironmentRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEnvironmentResponse createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the environment owner. The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
When creating an environment with a CreateEnvironment:NetworkFabricType of TRANSIT_GATEWAY, Refactor Spaces provisions a transit
gateway to enable services in VPCs to communicate directly across accounts. If CreateEnvironment:NetworkFabricType is NONE, Refactor Spaces does not create a transit gateway
and you must use your network infrastructure to route traffic to services with private URL endpoints.
This is a convenience which creates an instance of the CreateEnvironmentRequest.Builder avoiding the need
to create one manually via CreateEnvironmentRequest.builder()
createEnvironmentRequest - A Consumer that will call methods on CreateEnvironmentRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRouteResponse createRoute(CreateRouteRequest createRouteRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces route. The account owner of the service resource is
always the environment owner, regardless of which account creates the route. Routes target a service in the
application. If an application does not have any routes, then the first route must be created as a
DEFAULT RouteType.
When created, the default route defaults to an active state so state is not a required input. However, like all other state values the state of the default route can be updated after creation, but only when all other routes are also inactive. Conversely, no route can be active without the default route also being active.
When you create a route, Refactor Spaces configures the Amazon API Gateway to send traffic to the target service as follows:
URL Endpoints
If the service has a URL endpoint, and the endpoint resolves to a private IP address, Refactor Spaces routes traffic using the API Gateway VPC link. If a service endpoint resolves to a public IP address, Refactor Spaces routes traffic over the public internet. Services can have HTTP or HTTPS URL endpoints. For HTTPS URLs, publicly-signed certificates are supported. Private Certificate Authorities (CAs) are permitted only if the CA's domain is also publicly resolvable.
Refactor Spaces automatically resolves the public Domain Name System (DNS) names that are set in
CreateService:UrlEndpoint when you create a service. The DNS names resolve when the DNS time-to-live
(TTL) expires, or every 60 seconds for TTLs less than 60 seconds. This periodic DNS resolution ensures that the
route configuration remains up-to-date.
One-time health check
A one-time health check is performed on the service when either the route is updated from inactive to active, or
when it is created with an active state. If the health check fails, the route transitions the route state to
FAILED, an error code of SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE is provided, and no
traffic is sent to the service.
For private URLs, a target group is created on the Network Load Balancer and the load balancer target group runs default target health checks. By default, the health check is run against the service endpoint URL. Optionally, the health check can be performed against a different protocol, port, and/or path using the CreateService:UrlEndpoint parameter. All other health check settings for the load balancer use the default values described in the Health checks for your target groups in the Elastic Load Balancing guide. The health check is considered successful if at least one target within the target group transitions to a healthy state.
Lambda function endpoints
If the service has an Lambda function endpoint, then Refactor Spaces configures the Lambda function's resource policy to allow the application's API Gateway to invoke the function.
The Lambda function state is checked. If the function is not active, the function configuration is updated so
that Lambda resources are provisioned. If the Lambda state is Failed, then the route creation fails.
For more information, see the GetFunctionConfiguration's State response parameter in the Lambda Developer Guide.
A check is performed to determine that a Lambda function with the specified ARN exists. If it does not exist, the health check fails. For public URLs, a connection is opened to the public endpoint. If the URL is not reachable, the health check fails.
Environments without a network bridge
When you create environments without a network bridge (CreateEnvironment:NetworkFabricType is NONE) and you use your own networking infrastructure,
you need to configure VPC to VPC connectivity between your network and the application proxy VPC. Route creation from the
application proxy to service endpoints will fail if your network is not configured to connect to the application
proxy VPC. For more information, see
Create a route in the Refactor Spaces User Guide.
createRouteRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateRouteResponse createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces route. The account owner of the service resource is
always the environment owner, regardless of which account creates the route. Routes target a service in the
application. If an application does not have any routes, then the first route must be created as a
DEFAULT RouteType.
When created, the default route defaults to an active state so state is not a required input. However, like all other state values the state of the default route can be updated after creation, but only when all other routes are also inactive. Conversely, no route can be active without the default route also being active.
When you create a route, Refactor Spaces configures the Amazon API Gateway to send traffic to the target service as follows:
URL Endpoints
If the service has a URL endpoint, and the endpoint resolves to a private IP address, Refactor Spaces routes traffic using the API Gateway VPC link. If a service endpoint resolves to a public IP address, Refactor Spaces routes traffic over the public internet. Services can have HTTP or HTTPS URL endpoints. For HTTPS URLs, publicly-signed certificates are supported. Private Certificate Authorities (CAs) are permitted only if the CA's domain is also publicly resolvable.
Refactor Spaces automatically resolves the public Domain Name System (DNS) names that are set in
CreateService:UrlEndpoint when you create a service. The DNS names resolve when the DNS time-to-live
(TTL) expires, or every 60 seconds for TTLs less than 60 seconds. This periodic DNS resolution ensures that the
route configuration remains up-to-date.
One-time health check
A one-time health check is performed on the service when either the route is updated from inactive to active, or
when it is created with an active state. If the health check fails, the route transitions the route state to
FAILED, an error code of SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE is provided, and no
traffic is sent to the service.
For private URLs, a target group is created on the Network Load Balancer and the load balancer target group runs default target health checks. By default, the health check is run against the service endpoint URL. Optionally, the health check can be performed against a different protocol, port, and/or path using the CreateService:UrlEndpoint parameter. All other health check settings for the load balancer use the default values described in the Health checks for your target groups in the Elastic Load Balancing guide. The health check is considered successful if at least one target within the target group transitions to a healthy state.
Lambda function endpoints
If the service has an Lambda function endpoint, then Refactor Spaces configures the Lambda function's resource policy to allow the application's API Gateway to invoke the function.
The Lambda function state is checked. If the function is not active, the function configuration is updated so
that Lambda resources are provisioned. If the Lambda state is Failed, then the route creation fails.
For more information, see the GetFunctionConfiguration's State response parameter in the Lambda Developer Guide.
A check is performed to determine that a Lambda function with the specified ARN exists. If it does not exist, the health check fails. For public URLs, a connection is opened to the public endpoint. If the URL is not reachable, the health check fails.
Environments without a network bridge
When you create environments without a network bridge (CreateEnvironment:NetworkFabricType is NONE) and you use your own networking infrastructure,
you need to configure VPC to VPC connectivity between your network and the application proxy VPC. Route creation from the
application proxy to service endpoints will fail if your network is not configured to connect to the application
proxy VPC. For more information, see
Create a route in the Refactor Spaces User Guide.
This is a convenience which creates an instance of the CreateRouteRequest.Builder avoiding the need to
create one manually via CreateRouteRequest.builder()
createRouteRequest - A Consumer that will call methods on CreateRouteRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceResponse createService(CreateServiceRequest createServiceRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
If an Amazon Web Services resource is launched in a service VPC, and you want it to be accessible to all of an
environment’s services with VPCs and routes, apply the RefactorSpacesSecurityGroup to the resource.
Alternatively, to add more cross-account constraints, apply your own security group.
createServiceRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceResponse createService(Consumer<CreateServiceRequest.Builder> createServiceRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Creates an Amazon Web Services Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
If an Amazon Web Services resource is launched in a service VPC, and you want it to be accessible to all of an
environment’s services with VPCs and routes, apply the RefactorSpacesSecurityGroup to the resource.
Alternatively, to add more cross-account constraints, apply your own security group.
This is a convenience which creates an instance of the CreateServiceRequest.Builder avoiding the need to
create one manually via CreateServiceRequest.builder()
createServiceRequest - A Consumer that will call methods on CreateServiceRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteApplicationResponse deleteApplication(DeleteApplicationRequest deleteApplicationRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces application. Before you can delete an application, you must first delete any services or routes within the application.
deleteApplicationRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteApplicationResponse deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces application. Before you can delete an application, you must first delete any services or routes within the application.
This is a convenience which creates an instance of the DeleteApplicationRequest.Builder avoiding the need
to create one manually via DeleteApplicationRequest.builder()
deleteApplicationRequest - A Consumer that will call methods on DeleteApplicationRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentResponse deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces environment. Before you can delete an environment, you must first delete any applications and services within the environment.
deleteEnvironmentRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEnvironmentResponse deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces environment. Before you can delete an environment, you must first delete any applications and services within the environment.
This is a convenience which creates an instance of the DeleteEnvironmentRequest.Builder avoiding the need
to create one manually via DeleteEnvironmentRequest.builder()
deleteEnvironmentRequest - A Consumer that will call methods on DeleteEnvironmentRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteResourcePolicyResponse deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes the resource policy set for the environment.
deleteResourcePolicyRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteResourcePolicyResponse deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes the resource policy set for the environment.
This is a convenience which creates an instance of the DeleteResourcePolicyRequest.Builder avoiding the
need to create one manually via DeleteResourcePolicyRequest.builder()
deleteResourcePolicyRequest - A Consumer that will call methods on DeleteResourcePolicyRequest.Builder to create a
request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteResponse deleteRoute(DeleteRouteRequest deleteRouteRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces route.
deleteRouteRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteRouteResponse deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces route.
This is a convenience which creates an instance of the DeleteRouteRequest.Builder avoiding the need to
create one manually via DeleteRouteRequest.builder()
deleteRouteRequest - A Consumer that will call methods on DeleteRouteRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceResponse deleteService(DeleteServiceRequest deleteServiceRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces service.
deleteServiceRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceResponse deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Deletes an Amazon Web Services Migration Hub Refactor Spaces service.
This is a convenience which creates an instance of the DeleteServiceRequest.Builder avoiding the need to
create one manually via DeleteServiceRequest.builder()
deleteServiceRequest - A Consumer that will call methods on DeleteServiceRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApplicationResponse getApplication(GetApplicationRequest getApplicationRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
getApplicationRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetApplicationResponse getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
This is a convenience which creates an instance of the GetApplicationRequest.Builder avoiding the need to
create one manually via GetApplicationRequest.builder()
getApplicationRequest - A Consumer that will call methods on GetApplicationRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentResponse getEnvironment(GetEnvironmentRequest getEnvironmentRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
getEnvironmentRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEnvironmentResponse getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
This is a convenience which creates an instance of the GetEnvironmentRequest.Builder avoiding the need to
create one manually via GetEnvironmentRequest.builder()
getEnvironmentRequest - A Consumer that will call methods on GetEnvironmentRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourcePolicyResponse getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets the resource-based permission policy that is set for the given environment.
getResourcePolicyRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourcePolicyResponse getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets the resource-based permission policy that is set for the given environment.
This is a convenience which creates an instance of the GetResourcePolicyRequest.Builder avoiding the need
to create one manually via GetResourcePolicyRequest.builder()
getResourcePolicyRequest - A Consumer that will call methods on GetResourcePolicyRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponse getRoute(GetRouteRequest getRouteRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces route.
getRouteRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetRouteResponse getRoute(Consumer<GetRouteRequest.Builder> getRouteRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces route.
This is a convenience which creates an instance of the GetRouteRequest.Builder avoiding the need to
create one manually via GetRouteRequest.builder()
getRouteRequest - A Consumer that will call methods on GetRouteRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceResponse getService(GetServiceRequest getServiceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces service.
getServiceRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceResponse getService(Consumer<GetServiceRequest.Builder> getServiceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Gets an Amazon Web Services Migration Hub Refactor Spaces service.
This is a convenience which creates an instance of the GetServiceRequest.Builder avoiding the need to
create one manually via GetServiceRequest.builder()
getServiceRequest - A Consumer that will call methods on GetServiceRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationsResponse listApplications(ListApplicationsRequest listApplicationsRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
listApplicationsRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationsResponse listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
This is a convenience which creates an instance of the ListApplicationsRequest.Builder avoiding the need
to create one manually via ListApplicationsRequest.builder()
listApplicationsRequest - A Consumer that will call methods on ListApplicationsRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationsIterable listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
This is a variant of
listApplications(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListApplicationsIterable responses = client
.listApplicationsPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
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
listApplications(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsRequest)
operation.
listApplicationsRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListApplicationsIterable listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
This is a variant of
listApplications(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListApplicationsIterable responses = client
.listApplicationsPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListApplicationsIterable responses = client.listApplicationsPaginator(request);
responses.iterator().forEachRemaining(....);
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
listApplications(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsRequest)
operation.
This is a convenience which creates an instance of the ListApplicationsRequest.Builder avoiding the need
to create one manually via ListApplicationsRequest.builder()
listApplicationsRequest - A Consumer that will call methods on ListApplicationsRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentVpcsResponse listEnvironmentVpcs(ListEnvironmentVpcsRequest listEnvironmentVpcsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
listEnvironmentVpcsRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentVpcsResponse listEnvironmentVpcs(Consumer<ListEnvironmentVpcsRequest.Builder> listEnvironmentVpcsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
This is a convenience which creates an instance of the ListEnvironmentVpcsRequest.Builder avoiding the
need to create one manually via ListEnvironmentVpcsRequest.builder()
listEnvironmentVpcsRequest - A Consumer that will call methods on ListEnvironmentVpcsRequest.Builder to create a
request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentVpcsIterable listEnvironmentVpcsPaginator(ListEnvironmentVpcsRequest listEnvironmentVpcsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
This is a variant of
listEnvironmentVpcs(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentVpcsIterable responses = client.listEnvironmentVpcsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentVpcsIterable responses = client
.listEnvironmentVpcsPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentVpcsIterable responses = client.listEnvironmentVpcsPaginator(request);
responses.iterator().forEachRemaining(....);
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
listEnvironmentVpcs(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsRequest)
operation.
listEnvironmentVpcsRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentVpcsIterable listEnvironmentVpcsPaginator(Consumer<ListEnvironmentVpcsRequest.Builder> listEnvironmentVpcsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
This is a variant of
listEnvironmentVpcs(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentVpcsIterable responses = client.listEnvironmentVpcsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentVpcsIterable responses = client
.listEnvironmentVpcsPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentVpcsIterable responses = client.listEnvironmentVpcsPaginator(request);
responses.iterator().forEachRemaining(....);
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
listEnvironmentVpcs(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentVpcsRequest.Builder avoiding the
need to create one manually via ListEnvironmentVpcsRequest.builder()
listEnvironmentVpcsRequest - A Consumer that will call methods on ListEnvironmentVpcsRequest.Builder to create a
request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.
listEnvironmentsRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsResponse listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.
This is a convenience which creates an instance of the ListEnvironmentsRequest.Builder avoiding the need
to create one manually via ListEnvironmentsRequest.builder()
listEnvironmentsRequest - A Consumer that will call methods on ListEnvironmentsRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsIterable listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.
This is a variant of
listEnvironments(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentsIterable responses = client
.listEnvironmentsPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.iterator().forEachRemaining(....);
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
listEnvironments(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentsRequest)
operation.
listEnvironmentsRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEnvironmentsIterable listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.
This is a variant of
listEnvironments(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentsIterable responses = client
.listEnvironmentsPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request);
responses.iterator().forEachRemaining(....);
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
listEnvironments(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentsRequest)
operation.
This is a convenience which creates an instance of the ListEnvironmentsRequest.Builder avoiding the need
to create one manually via ListEnvironmentsRequest.builder()
listEnvironmentsRequest - A Consumer that will call methods on ListEnvironmentsRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRoutesResponse listRoutes(ListRoutesRequest listRoutesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
listRoutesRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRoutesResponse listRoutes(Consumer<ListRoutesRequest.Builder> listRoutesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
This is a convenience which creates an instance of the ListRoutesRequest.Builder avoiding the need to
create one manually via ListRoutesRequest.builder()
listRoutesRequest - A Consumer that will call methods on ListRoutesRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRoutesIterable listRoutesPaginator(ListRoutesRequest listRoutesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
This is a variant of
listRoutes(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListRoutesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListRoutesIterable responses = client.listRoutesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListRoutesIterable responses = client
.listRoutesPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListRoutesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListRoutesIterable responses = client.listRoutesPaginator(request);
responses.iterator().forEachRemaining(....);
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
listRoutes(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListRoutesRequest)
operation.
listRoutesRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListRoutesIterable listRoutesPaginator(Consumer<ListRoutesRequest.Builder> listRoutesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
This is a variant of
listRoutes(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListRoutesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListRoutesIterable responses = client.listRoutesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListRoutesIterable responses = client
.listRoutesPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListRoutesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListRoutesIterable responses = client.listRoutesPaginator(request);
responses.iterator().forEachRemaining(....);
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
listRoutes(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListRoutesRequest)
operation.
This is a convenience which creates an instance of the ListRoutesRequest.Builder avoiding the need to
create one manually via ListRoutesRequest.builder()
listRoutesRequest - A Consumer that will call methods on ListRoutesRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesResponse listServices(ListServicesRequest listServicesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
listServicesRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesResponse listServices(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
This is a convenience which creates an instance of the ListServicesRequest.Builder avoiding the need to
create one manually via ListServicesRequest.builder()
listServicesRequest - A Consumer that will call methods on ListServicesRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesIterable listServicesPaginator(ListServicesRequest listServicesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
This is a variant of
listServices(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListServicesIterable responses = client
.listServicesPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.iterator().forEachRemaining(....);
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
listServices(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesRequest)
operation.
listServicesRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesIterable listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ResourceNotFoundException, InternalServerException, ConflictException, ServiceQuotaExceededException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
This is a variant of
listServices(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListServicesIterable responses = client
.listServicesPaginator(request);
for (software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.migrationhubrefactorspaces.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.iterator().forEachRemaining(....);
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
listServices(software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListServicesRequest)
operation.
This is a convenience which creates an instance of the ListServicesRequest.Builder avoiding the need to
create one manually via ListServicesRequest.builder()
listServicesRequest - A Consumer that will call methods on ListServicesRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ConflictException - Updating or deleting a resource can cause an inconsistent state.ServiceQuotaExceededException - The request would cause a service quota to be exceeded.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists the tags of a resource. The caller account must be the same as the resource’s OwnerAccountId.
Listing tags in other accounts is not supported.
listTagsForResourceRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Lists the tags of a resource. The caller account must be the same as the resource’s OwnerAccountId.
Listing tags in other accounts is not supported.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutResourcePolicyResponse putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) throws ResourceNotFoundException, InternalServerException, InvalidResourcePolicyException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment.
The policy must contain the same actions and condition statements as the
arn:aws:ram::aws:permission/AWSRAMDefaultPermissionRefactorSpacesEnvironment permission in Resource
Access Manager. The policy must not contain new lines or blank lines.
putResourcePolicyRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.InvalidResourcePolicyException - The resource policy is not valid.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutResourcePolicyResponse putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) throws ResourceNotFoundException, InternalServerException, InvalidResourcePolicyException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment.
The policy must contain the same actions and condition statements as the
arn:aws:ram::aws:permission/AWSRAMDefaultPermissionRefactorSpacesEnvironment permission in Resource
Access Manager. The policy must not contain new lines or blank lines.
This is a convenience which creates an instance of the PutResourcePolicyRequest.Builder avoiding the need
to create one manually via PutResourcePolicyRequest.builder()
putResourcePolicyRequest - A Consumer that will call methods on PutResourcePolicyRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.InvalidResourcePolicyException - The resource policy is not valid.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Removes the tags of a given resource. Tags are metadata which can be used to manage a resource. To tag a
resource, the caller account must be the same as the resource’s OwnerAccountId. Tagging resources in
other accounts is not supported.
Amazon Web Services Migration Hub Refactor Spaces does not propagate tags to orchestrated resources, such as an environment’s transit gateway.
tagResourceRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Removes the tags of a given resource. Tags are metadata which can be used to manage a resource. To tag a
resource, the caller account must be the same as the resource’s OwnerAccountId. Tagging resources in
other accounts is not supported.
Amazon Web Services Migration Hub Refactor Spaces does not propagate tags to orchestrated resources, such as an environment’s transit gateway.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource. To
untag a resource, the caller account must be the same as the resource’s OwnerAccountId. Untagging
resources across accounts is not supported.
untagResourceRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource. To
untag a resource, the caller account must be the same as the resource’s OwnerAccountId. Untagging
resources across accounts is not supported.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRouteResponse updateRoute(UpdateRouteRequest updateRouteRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
updateRouteRequest - ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateRouteResponse updateRoute(Consumer<UpdateRouteRequest.Builder> updateRouteRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, MigrationHubRefactorSpacesException
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
This is a convenience which creates an instance of the UpdateRouteRequest.Builder avoiding the need to
create one manually via UpdateRouteRequest.builder()
updateRouteRequest - A Consumer that will call methods on UpdateRouteRequest.Builder to create a request.ResourceNotFoundException - The request references a resource that does not exist.InternalServerException - An unexpected error occurred while processing the request.ValidationException - The input does not satisfy the constraints specified by an Amazon Web Service.ThrottlingException - Request was denied because the request was throttled.AccessDeniedException - The user does not have sufficient access to perform this action.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.MigrationHubRefactorSpacesException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic MigrationHubRefactorSpacesClient create()
MigrationHubRefactorSpacesClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static MigrationHubRefactorSpacesClientBuilder builder()
MigrationHubRefactorSpacesClient.static ServiceMetadata serviceMetadata()
default MigrationHubRefactorSpacesServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.