| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
default GetActionTypeResponse |
CodePipelineClient.getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
default GetActionTypeResponse |
CodePipelineClient.getActionType(GetActionTypeRequest getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetActionTypeResponse> |
CodePipelineAsyncClient.getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
default CompletableFuture<GetActionTypeResponse> |
CodePipelineAsyncClient.getActionType(GetActionTypeRequest getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
Copyright © 2023. All rights reserved.