@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCodeStarconnectionsAsync extends AbstractAWSCodeStarconnections implements AWSCodeStarconnectionsAsync
AWSCodeStarconnectionsAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSCodeStarconnectionsAsync() |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
createConnectionAsync(CreateConnectionRequest request)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
Future<CreateConnectionResult> |
createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
Future<DeleteConnectionResult> |
deleteConnectionAsync(DeleteConnectionRequest request)
The connection to be deleted.
|
Future<DeleteConnectionResult> |
deleteConnectionAsync(DeleteConnectionRequest request,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
The connection to be deleted.
|
Future<GetConnectionResult> |
getConnectionAsync(GetConnectionRequest request)
Returns the connection ARN and details such as status, owner, and provider type.
|
Future<GetConnectionResult> |
getConnectionAsync(GetConnectionRequest request,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
Returns the connection ARN and details such as status, owner, and provider type.
|
Future<ListConnectionsResult> |
listConnectionsAsync(ListConnectionsRequest request)
Lists the connections associated with your account.
|
Future<ListConnectionsResult> |
listConnectionsAsync(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler)
Lists the connections associated with your account.
|
createConnection, deleteConnection, getCachedResponseMetadata, getConnection, listConnections, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateConnection, deleteConnection, getCachedResponseMetadata, getConnection, listConnections, shutdownprotected AbstractAWSCodeStarconnectionsAsync()
public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request)
AWSCodeStarconnectionsAsyncCreates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
createConnectionAsync in interface AWSCodeStarconnectionsAsyncpublic Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
AWSCodeStarconnectionsAsyncCreates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
createConnectionAsync in interface AWSCodeStarconnectionsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request)
AWSCodeStarconnectionsAsyncThe connection to be deleted.
deleteConnectionAsync in interface AWSCodeStarconnectionsAsyncpublic Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AWSCodeStarconnectionsAsyncThe connection to be deleted.
deleteConnectionAsync in interface AWSCodeStarconnectionsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request)
AWSCodeStarconnectionsAsyncReturns the connection ARN and details such as status, owner, and provider type.
getConnectionAsync in interface AWSCodeStarconnectionsAsyncpublic Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
AWSCodeStarconnectionsAsyncReturns the connection ARN and details such as status, owner, and provider type.
getConnectionAsync in interface AWSCodeStarconnectionsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConnectionsResult> listConnectionsAsync(ListConnectionsRequest request)
AWSCodeStarconnectionsAsyncLists the connections associated with your account.
listConnectionsAsync in interface AWSCodeStarconnectionsAsyncpublic Future<ListConnectionsResult> listConnectionsAsync(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler)
AWSCodeStarconnectionsAsyncLists the connections associated with your account.
listConnectionsAsync in interface AWSCodeStarconnectionsAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2020. All rights reserved.