Package | Description |
---|---|
com.amazonaws.services.codecommit | |
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
GetCommitResult |
AWSCodeCommit.getCommit(GetCommitRequest getCommitRequest)
Returns information about a commit, including commit message and
committer information.
|
GetCommitResult |
AbstractAWSCodeCommit.getCommit(GetCommitRequest request) |
GetCommitResult |
AWSCodeCommitClient.getCommit(GetCommitRequest getCommitRequest)
Returns information about a commit, including commit message and
committer information.
|
Modifier and Type | Method and Description |
---|---|
Future<GetCommitResult> |
AWSCodeCommitAsync.getCommitAsync(GetCommitRequest getCommitRequest)
Returns information about a commit, including commit message and
committer information.
|
Future<GetCommitResult> |
AbstractAWSCodeCommitAsync.getCommitAsync(GetCommitRequest request) |
Future<GetCommitResult> |
AWSCodeCommitAsyncClient.getCommitAsync(GetCommitRequest request) |
Future<GetCommitResult> |
AWSCodeCommitAsync.getCommitAsync(GetCommitRequest getCommitRequest,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler)
Returns information about a commit, including commit message and
committer information.
|
Future<GetCommitResult> |
AbstractAWSCodeCommitAsync.getCommitAsync(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler) |
Future<GetCommitResult> |
AWSCodeCommitAsyncClient.getCommitAsync(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetCommitResult> |
AWSCodeCommitAsync.getCommitAsync(GetCommitRequest getCommitRequest,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler)
Returns information about a commit, including commit message and
committer information.
|
Future<GetCommitResult> |
AbstractAWSCodeCommitAsync.getCommitAsync(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler) |
Future<GetCommitResult> |
AWSCodeCommitAsyncClient.getCommitAsync(GetCommitRequest request,
AsyncHandler<GetCommitRequest,GetCommitResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetCommitResult |
GetCommitResult.clone() |
GetCommitResult |
GetCommitResult.withCommit(Commit commit)
Information about the specified commit.
|
Copyright © 2018. All rights reserved.