@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface MigrationHubOrchestratorAsyncClient extends AwsClient
builder() method.
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using.
| 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 |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<CreateWorkflowResponse> createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Create a workflow to orchestrate your migrations.
createWorkflowRequest - default CompletableFuture<CreateWorkflowResponse> createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Create a workflow to orchestrate your migrations.
This is a convenience which creates an instance of the CreateWorkflowRequest.Builder avoiding the need to
create one manually via CreateWorkflowRequest.builder()
createWorkflowRequest - A Consumer that will call methods on
CreateWorkflowRequest.Builder to
create a request.default CompletableFuture<CreateWorkflowStepResponse> createWorkflowStep(CreateWorkflowStepRequest createWorkflowStepRequest)
Create a step in the migration workflow.
createWorkflowStepRequest - default CompletableFuture<CreateWorkflowStepResponse> createWorkflowStep(Consumer<CreateWorkflowStepRequest.Builder> createWorkflowStepRequest)
Create a step in the migration workflow.
This is a convenience which creates an instance of the CreateWorkflowStepRequest.Builder avoiding the
need to create one manually via CreateWorkflowStepRequest.builder()
createWorkflowStepRequest - A Consumer that will call methods on
CreateWorkflowStepRequest.Builder
to create a request.default CompletableFuture<CreateWorkflowStepGroupResponse> createWorkflowStepGroup(CreateWorkflowStepGroupRequest createWorkflowStepGroupRequest)
Create a step group in a migration workflow.
createWorkflowStepGroupRequest - default CompletableFuture<CreateWorkflowStepGroupResponse> createWorkflowStepGroup(Consumer<CreateWorkflowStepGroupRequest.Builder> createWorkflowStepGroupRequest)
Create a step group in a migration workflow.
This is a convenience which creates an instance of the CreateWorkflowStepGroupRequest.Builder avoiding
the need to create one manually via CreateWorkflowStepGroupRequest.builder()
createWorkflowStepGroupRequest - A Consumer that will call methods on
CreateWorkflowStepGroupRequest.Builder
to create a request.default CompletableFuture<DeleteWorkflowResponse> deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to delete it.
deleteWorkflowRequest - default CompletableFuture<DeleteWorkflowResponse> deleteWorkflow(Consumer<DeleteWorkflowRequest.Builder> deleteWorkflowRequest)
Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to delete it.
This is a convenience which creates an instance of the DeleteWorkflowRequest.Builder avoiding the need to
create one manually via DeleteWorkflowRequest.builder()
deleteWorkflowRequest - A Consumer that will call methods on
DeleteWorkflowRequest.Builder to
create a request.default CompletableFuture<DeleteWorkflowStepResponse> deleteWorkflowStep(DeleteWorkflowStepRequest deleteWorkflowStepRequest)
Delete a step in a migration workflow. Pause the workflow to delete a running step.
deleteWorkflowStepRequest - default CompletableFuture<DeleteWorkflowStepResponse> deleteWorkflowStep(Consumer<DeleteWorkflowStepRequest.Builder> deleteWorkflowStepRequest)
Delete a step in a migration workflow. Pause the workflow to delete a running step.
This is a convenience which creates an instance of the DeleteWorkflowStepRequest.Builder avoiding the
need to create one manually via DeleteWorkflowStepRequest.builder()
deleteWorkflowStepRequest - A Consumer that will call methods on
DeleteWorkflowStepRequest.Builder
to create a request.default CompletableFuture<DeleteWorkflowStepGroupResponse> deleteWorkflowStepGroup(DeleteWorkflowStepGroupRequest deleteWorkflowStepGroupRequest)
Delete a step group in a migration workflow.
deleteWorkflowStepGroupRequest - default CompletableFuture<DeleteWorkflowStepGroupResponse> deleteWorkflowStepGroup(Consumer<DeleteWorkflowStepGroupRequest.Builder> deleteWorkflowStepGroupRequest)
Delete a step group in a migration workflow.
This is a convenience which creates an instance of the DeleteWorkflowStepGroupRequest.Builder avoiding
the need to create one manually via DeleteWorkflowStepGroupRequest.builder()
deleteWorkflowStepGroupRequest - A Consumer that will call methods on
DeleteWorkflowStepGroupRequest.Builder
to create a request.default CompletableFuture<GetTemplateResponse> getTemplate(GetTemplateRequest getTemplateRequest)
Get the template you want to use for creating a migration workflow.
getTemplateRequest - default CompletableFuture<GetTemplateResponse> getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)
Get the template you want to use for creating a migration workflow.
This is a convenience which creates an instance of the GetTemplateRequest.Builder avoiding the need to
create one manually via GetTemplateRequest.builder()
getTemplateRequest - A Consumer that will call methods on
GetTemplateRequest.Builder to
create a request.default CompletableFuture<GetTemplateStepResponse> getTemplateStep(GetTemplateStepRequest getTemplateStepRequest)
Get a specific step in a template.
getTemplateStepRequest - default CompletableFuture<GetTemplateStepResponse> getTemplateStep(Consumer<GetTemplateStepRequest.Builder> getTemplateStepRequest)
Get a specific step in a template.
This is a convenience which creates an instance of the GetTemplateStepRequest.Builder avoiding the need
to create one manually via GetTemplateStepRequest.builder()
getTemplateStepRequest - A Consumer that will call methods on
GetTemplateStepRequest.Builder to
create a request.default CompletableFuture<GetTemplateStepGroupResponse> getTemplateStepGroup(GetTemplateStepGroupRequest getTemplateStepGroupRequest)
Get a step group in a template.
getTemplateStepGroupRequest - default CompletableFuture<GetTemplateStepGroupResponse> getTemplateStepGroup(Consumer<GetTemplateStepGroupRequest.Builder> getTemplateStepGroupRequest)
Get a step group in a template.
This is a convenience which creates an instance of the GetTemplateStepGroupRequest.Builder avoiding the
need to create one manually via GetTemplateStepGroupRequest.builder()
getTemplateStepGroupRequest - A Consumer that will call methods on
GetTemplateStepGroupRequest.Builder
to create a request.default CompletableFuture<GetWorkflowResponse> getWorkflow(GetWorkflowRequest getWorkflowRequest)
Get migration workflow.
getWorkflowRequest - default CompletableFuture<GetWorkflowResponse> getWorkflow(Consumer<GetWorkflowRequest.Builder> getWorkflowRequest)
Get migration workflow.
This is a convenience which creates an instance of the GetWorkflowRequest.Builder avoiding the need to
create one manually via GetWorkflowRequest.builder()
getWorkflowRequest - A Consumer that will call methods on
GetWorkflowRequest.Builder to
create a request.default CompletableFuture<GetWorkflowStepResponse> getWorkflowStep(GetWorkflowStepRequest getWorkflowStepRequest)
Get a step in the migration workflow.
getWorkflowStepRequest - default CompletableFuture<GetWorkflowStepResponse> getWorkflowStep(Consumer<GetWorkflowStepRequest.Builder> getWorkflowStepRequest)
Get a step in the migration workflow.
This is a convenience which creates an instance of the GetWorkflowStepRequest.Builder avoiding the need
to create one manually via GetWorkflowStepRequest.builder()
getWorkflowStepRequest - A Consumer that will call methods on
GetWorkflowStepRequest.Builder to
create a request.default CompletableFuture<GetWorkflowStepGroupResponse> getWorkflowStepGroup(GetWorkflowStepGroupRequest getWorkflowStepGroupRequest)
Get the step group of a migration workflow.
getWorkflowStepGroupRequest - default CompletableFuture<GetWorkflowStepGroupResponse> getWorkflowStepGroup(Consumer<GetWorkflowStepGroupRequest.Builder> getWorkflowStepGroupRequest)
Get the step group of a migration workflow.
This is a convenience which creates an instance of the GetWorkflowStepGroupRequest.Builder avoiding the
need to create one manually via GetWorkflowStepGroupRequest.builder()
getWorkflowStepGroupRequest - A Consumer that will call methods on
GetWorkflowStepGroupRequest.Builder
to create a request.default CompletableFuture<ListPluginsResponse> listPlugins(ListPluginsRequest listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
listPluginsRequest - default CompletableFuture<ListPluginsResponse> listPlugins(Consumer<ListPluginsRequest.Builder> listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
This is a convenience which creates an instance of the ListPluginsRequest.Builder avoiding the need to
create one manually via ListPluginsRequest.builder()
listPluginsRequest - A Consumer that will call methods on
ListPluginsRequest.Builder to
create a request.default ListPluginsPublisher listPluginsPaginator(ListPluginsRequest listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
This is a variant of
listPlugins(software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListPluginsPublisher publisher = client.listPluginsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListPluginsPublisher publisher = client.listPluginsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listPlugins(software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsRequest)
operation.
listPluginsRequest - default ListPluginsPublisher listPluginsPaginator(Consumer<ListPluginsRequest.Builder> listPluginsRequest)
List AWS Migration Hub Orchestrator plugins.
This is a variant of
listPlugins(software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListPluginsPublisher publisher = client.listPluginsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListPluginsPublisher publisher = client.listPluginsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listPlugins(software.amazon.awssdk.services.migrationhuborchestrator.model.ListPluginsRequest)
operation.
This is a convenience which creates an instance of the ListPluginsRequest.Builder avoiding the need to
create one manually via ListPluginsRequest.builder()
listPluginsRequest - A Consumer that will call methods on
ListPluginsRequest.Builder to
create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags added to a resource.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags added to a resource.
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.default CompletableFuture<ListTemplateStepGroupsResponse> listTemplateStepGroups(ListTemplateStepGroupsRequest listTemplateStepGroupsRequest)
List the step groups in a template.
listTemplateStepGroupsRequest - default CompletableFuture<ListTemplateStepGroupsResponse> listTemplateStepGroups(Consumer<ListTemplateStepGroupsRequest.Builder> listTemplateStepGroupsRequest)
List the step groups in a template.
This is a convenience which creates an instance of the ListTemplateStepGroupsRequest.Builder avoiding the
need to create one manually via ListTemplateStepGroupsRequest.builder()
listTemplateStepGroupsRequest - A Consumer that will call methods on
ListTemplateStepGroupsRequest.Builder
to create a request.default ListTemplateStepGroupsPublisher listTemplateStepGroupsPaginator(ListTemplateStepGroupsRequest listTemplateStepGroupsRequest)
List the step groups in a template.
This is a variant of
listTemplateStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepGroupsPublisher publisher = client.listTemplateStepGroupsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepGroupsPublisher publisher = client.listTemplateStepGroupsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listTemplateStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsRequest)
operation.
listTemplateStepGroupsRequest - default ListTemplateStepGroupsPublisher listTemplateStepGroupsPaginator(Consumer<ListTemplateStepGroupsRequest.Builder> listTemplateStepGroupsRequest)
List the step groups in a template.
This is a variant of
listTemplateStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepGroupsPublisher publisher = client.listTemplateStepGroupsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepGroupsPublisher publisher = client.listTemplateStepGroupsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listTemplateStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsRequest)
operation.
This is a convenience which creates an instance of the ListTemplateStepGroupsRequest.Builder avoiding the
need to create one manually via ListTemplateStepGroupsRequest.builder()
listTemplateStepGroupsRequest - A Consumer that will call methods on
ListTemplateStepGroupsRequest.Builder
to create a request.default CompletableFuture<ListTemplateStepsResponse> listTemplateSteps(ListTemplateStepsRequest listTemplateStepsRequest)
List the steps in a template.
listTemplateStepsRequest - default CompletableFuture<ListTemplateStepsResponse> listTemplateSteps(Consumer<ListTemplateStepsRequest.Builder> listTemplateStepsRequest)
List the steps in a template.
This is a convenience which creates an instance of the ListTemplateStepsRequest.Builder avoiding the need
to create one manually via ListTemplateStepsRequest.builder()
listTemplateStepsRequest - A Consumer that will call methods on
ListTemplateStepsRequest.Builder to
create a request.default ListTemplateStepsPublisher listTemplateStepsPaginator(ListTemplateStepsRequest listTemplateStepsRequest)
List the steps in a template.
This is a variant of
listTemplateSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepsPublisher publisher = client.listTemplateStepsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepsPublisher publisher = client.listTemplateStepsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listTemplateSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsRequest)
operation.
listTemplateStepsRequest - default ListTemplateStepsPublisher listTemplateStepsPaginator(Consumer<ListTemplateStepsRequest.Builder> listTemplateStepsRequest)
List the steps in a template.
This is a variant of
listTemplateSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepsPublisher publisher = client.listTemplateStepsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplateStepsPublisher publisher = client.listTemplateStepsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listTemplateSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepsRequest)
operation.
This is a convenience which creates an instance of the ListTemplateStepsRequest.Builder avoiding the need
to create one manually via ListTemplateStepsRequest.builder()
listTemplateStepsRequest - A Consumer that will call methods on
ListTemplateStepsRequest.Builder to
create a request.default CompletableFuture<ListTemplatesResponse> listTemplates(ListTemplatesRequest listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
listTemplatesRequest - default CompletableFuture<ListTemplatesResponse> listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
This is a convenience which creates an instance of the ListTemplatesRequest.Builder avoiding the need to
create one manually via ListTemplatesRequest.builder()
listTemplatesRequest - A Consumer that will call methods on
ListTemplatesRequest.Builder to
create a request.default ListTemplatesPublisher listTemplatesPaginator(ListTemplatesRequest listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
This is a variant of
listTemplates(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listTemplates(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesRequest)
operation.
listTemplatesRequest - default ListTemplatesPublisher listTemplatesPaginator(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
List the templates available in Migration Hub Orchestrator to create a migration workflow.
This is a variant of
listTemplates(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListTemplatesPublisher publisher = client.listTemplatesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listTemplates(software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesRequest)
operation.
This is a convenience which creates an instance of the ListTemplatesRequest.Builder avoiding the need to
create one manually via ListTemplatesRequest.builder()
listTemplatesRequest - A Consumer that will call methods on
ListTemplatesRequest.Builder to
create a request.default CompletableFuture<ListWorkflowStepGroupsResponse> listWorkflowStepGroups(ListWorkflowStepGroupsRequest listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
listWorkflowStepGroupsRequest - default CompletableFuture<ListWorkflowStepGroupsResponse> listWorkflowStepGroups(Consumer<ListWorkflowStepGroupsRequest.Builder> listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
This is a convenience which creates an instance of the ListWorkflowStepGroupsRequest.Builder avoiding the
need to create one manually via ListWorkflowStepGroupsRequest.builder()
listWorkflowStepGroupsRequest - A Consumer that will call methods on
ListWorkflowStepGroupsRequest.Builder
to create a request.default ListWorkflowStepGroupsPublisher listWorkflowStepGroupsPaginator(ListWorkflowStepGroupsRequest listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
This is a variant of
listWorkflowStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepGroupsPublisher publisher = client.listWorkflowStepGroupsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepGroupsPublisher publisher = client.listWorkflowStepGroupsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listWorkflowStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsRequest)
operation.
listWorkflowStepGroupsRequest - default ListWorkflowStepGroupsPublisher listWorkflowStepGroupsPaginator(Consumer<ListWorkflowStepGroupsRequest.Builder> listWorkflowStepGroupsRequest)
List the step groups in a migration workflow.
This is a variant of
listWorkflowStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepGroupsPublisher publisher = client.listWorkflowStepGroupsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepGroupsPublisher publisher = client.listWorkflowStepGroupsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listWorkflowStepGroups(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsRequest)
operation.
This is a convenience which creates an instance of the ListWorkflowStepGroupsRequest.Builder avoiding the
need to create one manually via ListWorkflowStepGroupsRequest.builder()
listWorkflowStepGroupsRequest - A Consumer that will call methods on
ListWorkflowStepGroupsRequest.Builder
to create a request.default CompletableFuture<ListWorkflowStepsResponse> listWorkflowSteps(ListWorkflowStepsRequest listWorkflowStepsRequest)
List the steps in a workflow.
listWorkflowStepsRequest - default CompletableFuture<ListWorkflowStepsResponse> listWorkflowSteps(Consumer<ListWorkflowStepsRequest.Builder> listWorkflowStepsRequest)
List the steps in a workflow.
This is a convenience which creates an instance of the ListWorkflowStepsRequest.Builder avoiding the need
to create one manually via ListWorkflowStepsRequest.builder()
listWorkflowStepsRequest - A Consumer that will call methods on
ListWorkflowStepsRequest.Builder to
create a request.default ListWorkflowStepsPublisher listWorkflowStepsPaginator(ListWorkflowStepsRequest listWorkflowStepsRequest)
List the steps in a workflow.
This is a variant of
listWorkflowSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepsPublisher publisher = client.listWorkflowStepsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepsPublisher publisher = client.listWorkflowStepsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listWorkflowSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsRequest)
operation.
listWorkflowStepsRequest - default ListWorkflowStepsPublisher listWorkflowStepsPaginator(Consumer<ListWorkflowStepsRequest.Builder> listWorkflowStepsRequest)
List the steps in a workflow.
This is a variant of
listWorkflowSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepsPublisher publisher = client.listWorkflowStepsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowStepsPublisher publisher = client.listWorkflowStepsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listWorkflowSteps(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepsRequest)
operation.
This is a convenience which creates an instance of the ListWorkflowStepsRequest.Builder avoiding the need
to create one manually via ListWorkflowStepsRequest.builder()
listWorkflowStepsRequest - A Consumer that will call methods on
ListWorkflowStepsRequest.Builder to
create a request.default CompletableFuture<ListWorkflowsResponse> listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
List the migration workflows.
listWorkflowsRequest - default CompletableFuture<ListWorkflowsResponse> listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
This is a convenience which creates an instance of the ListWorkflowsRequest.Builder avoiding the need to
create one manually via ListWorkflowsRequest.builder()
listWorkflowsRequest - A Consumer that will call methods on
ListWorkflowsRequest.Builder to
create a request.default ListWorkflowsPublisher listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)
List the migration workflows.
This is a variant of
listWorkflows(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowsPublisher publisher = client.listWorkflowsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowsPublisher publisher = client.listWorkflowsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listWorkflows(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsRequest)
operation.
listWorkflowsRequest - default ListWorkflowsPublisher listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
This is a variant of
listWorkflows(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowsPublisher publisher = client.listWorkflowsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.migrationhuborchestrator.paginators.ListWorkflowsPublisher publisher = client.listWorkflowsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listWorkflows(software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsRequest)
operation.
This is a convenience which creates an instance of the ListWorkflowsRequest.Builder avoiding the need to
create one manually via ListWorkflowsRequest.builder()
listWorkflowsRequest - A Consumer that will call methods on
ListWorkflowsRequest.Builder to
create a request.default CompletableFuture<RetryWorkflowStepResponse> retryWorkflowStep(RetryWorkflowStepRequest retryWorkflowStepRequest)
Retry a failed step in a migration workflow.
retryWorkflowStepRequest - default CompletableFuture<RetryWorkflowStepResponse> retryWorkflowStep(Consumer<RetryWorkflowStepRequest.Builder> retryWorkflowStepRequest)
Retry a failed step in a migration workflow.
This is a convenience which creates an instance of the RetryWorkflowStepRequest.Builder avoiding the need
to create one manually via RetryWorkflowStepRequest.builder()
retryWorkflowStepRequest - A Consumer that will call methods on
RetryWorkflowStepRequest.Builder to
create a request.default CompletableFuture<StartWorkflowResponse> startWorkflow(StartWorkflowRequest startWorkflowRequest)
Start a migration workflow.
startWorkflowRequest - default CompletableFuture<StartWorkflowResponse> startWorkflow(Consumer<StartWorkflowRequest.Builder> startWorkflowRequest)
Start a migration workflow.
This is a convenience which creates an instance of the StartWorkflowRequest.Builder avoiding the need to
create one manually via StartWorkflowRequest.builder()
startWorkflowRequest - A Consumer that will call methods on
StartWorkflowRequest.Builder to
create a request.default CompletableFuture<StopWorkflowResponse> stopWorkflow(StopWorkflowRequest stopWorkflowRequest)
Stop an ongoing migration workflow.
stopWorkflowRequest - default CompletableFuture<StopWorkflowResponse> stopWorkflow(Consumer<StopWorkflowRequest.Builder> stopWorkflowRequest)
Stop an ongoing migration workflow.
This is a convenience which creates an instance of the StopWorkflowRequest.Builder avoiding the need to
create one manually via StopWorkflowRequest.builder()
stopWorkflowRequest - A Consumer that will call methods on
StopWorkflowRequest.Builder to
create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Tag a resource by specifying its Amazon Resource Name (ARN).
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tag a resource by specifying its Amazon Resource Name (ARN).
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.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Deletes the tags for a resource.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes the tags for a resource.
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.default CompletableFuture<UpdateWorkflowResponse> updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Update a migration workflow.
updateWorkflowRequest - default CompletableFuture<UpdateWorkflowResponse> updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest)
Update a migration workflow.
This is a convenience which creates an instance of the UpdateWorkflowRequest.Builder avoiding the need to
create one manually via UpdateWorkflowRequest.builder()
updateWorkflowRequest - A Consumer that will call methods on
UpdateWorkflowRequest.Builder to
create a request.default CompletableFuture<UpdateWorkflowStepResponse> updateWorkflowStep(UpdateWorkflowStepRequest updateWorkflowStepRequest)
Update a step in a migration workflow.
updateWorkflowStepRequest - default CompletableFuture<UpdateWorkflowStepResponse> updateWorkflowStep(Consumer<UpdateWorkflowStepRequest.Builder> updateWorkflowStepRequest)
Update a step in a migration workflow.
This is a convenience which creates an instance of the UpdateWorkflowStepRequest.Builder avoiding the
need to create one manually via UpdateWorkflowStepRequest.builder()
updateWorkflowStepRequest - A Consumer that will call methods on
UpdateWorkflowStepRequest.Builder
to create a request.default CompletableFuture<UpdateWorkflowStepGroupResponse> updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest updateWorkflowStepGroupRequest)
Update the step group in a migration workflow.
updateWorkflowStepGroupRequest - default CompletableFuture<UpdateWorkflowStepGroupResponse> updateWorkflowStepGroup(Consumer<UpdateWorkflowStepGroupRequest.Builder> updateWorkflowStepGroupRequest)
Update the step group in a migration workflow.
This is a convenience which creates an instance of the UpdateWorkflowStepGroupRequest.Builder avoiding
the need to create one manually via UpdateWorkflowStepGroupRequest.builder()
updateWorkflowStepGroupRequest - A Consumer that will call methods on
UpdateWorkflowStepGroupRequest.Builder
to create a request.default MigrationHubOrchestratorServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientstatic MigrationHubOrchestratorAsyncClient create()
MigrationHubOrchestratorAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static MigrationHubOrchestratorAsyncClientBuilder builder()
MigrationHubOrchestratorAsyncClient.Copyright © 2023. All rights reserved.