@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface CodeCatalystClient extends SdkClient
builder() method.
Amazon CodeCatalyst is in preview release and subject to change.
Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst API to work with the following objects.
Dev Environments and the Amazon Web Services Toolkits, by calling the following:
CreateAccessToken, which creates a personal access token (PAT) for the current user.
CreateDevEnvironment, which creates a Dev Environment, where you can quickly work on the code stored in the source repositories of your project.
CreateProject which creates a project in a specified space.
CreateSourceRepositoryBranch, which creates a branch in a specified repository where you can work on code.
DeleteDevEnvironment, which deletes a Dev Environment.
GetDevEnvironment, which returns information about a Dev Environment.
GetProject, which returns information about a project.
GetSourceRepositoryCloneUrls, which returns information about the URLs that can be used with a Git client to clone a source repository.
GetSubscription, which returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
GetUserDetails, which returns information about a user in Amazon CodeCatalyst.
ListDevEnvironments, which retrives a list of Dev Environments in a project.
ListProjects, which retrieves a list of projects in a space.
ListSourceRepositories, which retrieves a list of source repositories in a project.
ListSourceRepositoryBranches, which retrieves a list of branches in a source repository.
ListSpaces, which retrieves a list of spaces.
StartDevEnvironment, which starts a specified Dev Environment and puts it into an active state.
StartDevEnvironmentSession, which starts a session to a specified Dev Environment.
StopDevEnvironment, which stops a specified Dev Environment and puts it into an stopped state.
UpdateDevEnvironment, which changes one or more values for a Dev Environment.
VerifySession, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.
Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:
DeleteAccessToken, which deletes a specified personal access token (PAT).
ListAccessTokens, which lists all personal access tokens (PATs) associated with a user.
ListEventLogs, which retrieves a list of events that occurred during a specified time period in a space.
| 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 CodeCatalystClientBuilder |
builder()
Create a builder that can be used to configure and create a
CodeCatalystClient. |
static CodeCatalystClient |
create()
Create a
CodeCatalystClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateAccessTokenResponse |
createAccessToken(Consumer<CreateAccessTokenRequest.Builder> createAccessTokenRequest)
Creates a personal access token (PAT) for the current user.
|
default CreateAccessTokenResponse |
createAccessToken(CreateAccessTokenRequest createAccessTokenRequest)
Creates a personal access token (PAT) for the current user.
|
default CreateDevEnvironmentResponse |
createDevEnvironment(Consumer<CreateDevEnvironmentRequest.Builder> createDevEnvironmentRequest)
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to
quickly work on the code stored in the source repositories of your project.
|
default CreateDevEnvironmentResponse |
createDevEnvironment(CreateDevEnvironmentRequest createDevEnvironmentRequest)
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to
quickly work on the code stored in the source repositories of your project.
|
default CreateProjectResponse |
createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a project in a specified space.
|
default CreateProjectResponse |
createProject(CreateProjectRequest createProjectRequest)
Creates a project in a specified space.
|
default CreateSourceRepositoryBranchResponse |
createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)
Creates a branch in a specified source repository in Amazon CodeCatalyst.
|
default CreateSourceRepositoryBranchResponse |
createSourceRepositoryBranch(CreateSourceRepositoryBranchRequest createSourceRepositoryBranchRequest)
Creates a branch in a specified source repository in Amazon CodeCatalyst.
|
default DeleteAccessTokenResponse |
deleteAccessToken(Consumer<DeleteAccessTokenRequest.Builder> deleteAccessTokenRequest)
Deletes a specified personal access token (PAT).
|
default DeleteAccessTokenResponse |
deleteAccessToken(DeleteAccessTokenRequest deleteAccessTokenRequest)
Deletes a specified personal access token (PAT).
|
default DeleteDevEnvironmentResponse |
deleteDevEnvironment(Consumer<DeleteDevEnvironmentRequest.Builder> deleteDevEnvironmentRequest)
Deletes a Dev Environment.
|
default DeleteDevEnvironmentResponse |
deleteDevEnvironment(DeleteDevEnvironmentRequest deleteDevEnvironmentRequest)
Deletes a Dev Environment.
|
default GetDevEnvironmentResponse |
getDevEnvironment(Consumer<GetDevEnvironmentRequest.Builder> getDevEnvironmentRequest)
Returns information about a Dev Environment for a source repository in a project.
|
default GetDevEnvironmentResponse |
getDevEnvironment(GetDevEnvironmentRequest getDevEnvironmentRequest)
Returns information about a Dev Environment for a source repository in a project.
|
default GetProjectResponse |
getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)
Returns information about a project.
|
default GetProjectResponse |
getProject(GetProjectRequest getProjectRequest)
Returns information about a project.
|
default GetSourceRepositoryCloneUrlsResponse |
getSourceRepositoryCloneUrls(Consumer<GetSourceRepositoryCloneUrlsRequest.Builder> getSourceRepositoryCloneUrlsRequest)
Returns information about the URLs that can be used with a Git client to clone a source repository.
|
default GetSourceRepositoryCloneUrlsResponse |
getSourceRepositoryCloneUrls(GetSourceRepositoryCloneUrlsRequest getSourceRepositoryCloneUrlsRequest)
Returns information about the URLs that can be used with a Git client to clone a source repository.
|
default GetSpaceResponse |
getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest)
Returns information about an space.
|
default GetSpaceResponse |
getSpace(GetSpaceRequest getSpaceRequest)
Returns information about an space.
|
default GetSubscriptionResponse |
getSubscription(Consumer<GetSubscriptionRequest.Builder> getSubscriptionRequest)
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the
space.
|
default GetSubscriptionResponse |
getSubscription(GetSubscriptionRequest getSubscriptionRequest)
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the
space.
|
default GetUserDetailsResponse |
getUserDetails(Consumer<GetUserDetailsRequest.Builder> getUserDetailsRequest)
Returns information about a user.
|
default GetUserDetailsResponse |
getUserDetails(GetUserDetailsRequest getUserDetailsRequest)
Returns information about a user.
|
default ListAccessTokensResponse |
listAccessTokens(Consumer<ListAccessTokensRequest.Builder> listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default ListAccessTokensResponse |
listAccessTokens(ListAccessTokensRequest listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default ListAccessTokensIterable |
listAccessTokensPaginator(Consumer<ListAccessTokensRequest.Builder> listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default ListAccessTokensIterable |
listAccessTokensPaginator(ListAccessTokensRequest listAccessTokensRequest)
Lists all personal access tokens (PATs) associated with the user who calls the API.
|
default ListDevEnvironmentsResponse |
listDevEnvironments(Consumer<ListDevEnvironmentsRequest.Builder> listDevEnvironmentsRequest)
Retrives a list of Dev Environments in a project.
|
default ListDevEnvironmentsResponse |
listDevEnvironments(ListDevEnvironmentsRequest listDevEnvironmentsRequest)
Retrives a list of Dev Environments in a project.
|
default ListDevEnvironmentsIterable |
listDevEnvironmentsPaginator(Consumer<ListDevEnvironmentsRequest.Builder> listDevEnvironmentsRequest)
Retrives a list of Dev Environments in a project.
|
default ListDevEnvironmentsIterable |
listDevEnvironmentsPaginator(ListDevEnvironmentsRequest listDevEnvironmentsRequest)
Retrives a list of Dev Environments in a project.
|
default ListEventLogsResponse |
listEventLogs(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default ListEventLogsResponse |
listEventLogs(ListEventLogsRequest listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default ListEventLogsIterable |
listEventLogsPaginator(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default ListEventLogsIterable |
listEventLogsPaginator(ListEventLogsRequest listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default ListProjectsResponse |
listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Retrieves a list of projects.
|
default ListProjectsResponse |
listProjects(ListProjectsRequest listProjectsRequest)
Retrieves a list of projects.
|
default ListProjectsIterable |
listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Retrieves a list of projects.
|
default ListProjectsIterable |
listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Retrieves a list of projects.
|
default ListSourceRepositoriesResponse |
listSourceRepositories(Consumer<ListSourceRepositoriesRequest.Builder> listSourceRepositoriesRequest)
Retrieves a list of source repositories in a project.
|
default ListSourceRepositoriesResponse |
listSourceRepositories(ListSourceRepositoriesRequest listSourceRepositoriesRequest)
Retrieves a list of source repositories in a project.
|
default ListSourceRepositoriesIterable |
listSourceRepositoriesPaginator(Consumer<ListSourceRepositoriesRequest.Builder> listSourceRepositoriesRequest)
Retrieves a list of source repositories in a project.
|
default ListSourceRepositoriesIterable |
listSourceRepositoriesPaginator(ListSourceRepositoriesRequest listSourceRepositoriesRequest)
Retrieves a list of source repositories in a project.
|
default ListSourceRepositoryBranchesResponse |
listSourceRepositoryBranches(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest)
Retrieves a list of branches in a specified source repository.
|
default ListSourceRepositoryBranchesResponse |
listSourceRepositoryBranches(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest)
Retrieves a list of branches in a specified source repository.
|
default ListSourceRepositoryBranchesIterable |
listSourceRepositoryBranchesPaginator(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest)
Retrieves a list of branches in a specified source repository.
|
default ListSourceRepositoryBranchesIterable |
listSourceRepositoryBranchesPaginator(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest)
Retrieves a list of branches in a specified source repository.
|
default ListSpacesResponse |
listSpaces(Consumer<ListSpacesRequest.Builder> listSpacesRequest)
Retrieves a list of spaces.
|
default ListSpacesResponse |
listSpaces(ListSpacesRequest listSpacesRequest)
Retrieves a list of spaces.
|
default ListSpacesIterable |
listSpacesPaginator(Consumer<ListSpacesRequest.Builder> listSpacesRequest)
Retrieves a list of spaces.
|
default ListSpacesIterable |
listSpacesPaginator(ListSpacesRequest listSpacesRequest)
Retrieves a list of spaces.
|
static ServiceMetadata |
serviceMetadata() |
default StartDevEnvironmentResponse |
startDevEnvironment(Consumer<StartDevEnvironmentRequest.Builder> startDevEnvironmentRequest)
Starts a specified Dev Environment and puts it into an active state.
|
default StartDevEnvironmentResponse |
startDevEnvironment(StartDevEnvironmentRequest startDevEnvironmentRequest)
Starts a specified Dev Environment and puts it into an active state.
|
default StartDevEnvironmentSessionResponse |
startDevEnvironmentSession(Consumer<StartDevEnvironmentSessionRequest.Builder> startDevEnvironmentSessionRequest)
Starts a session for a specified Dev Environment.
|
default StartDevEnvironmentSessionResponse |
startDevEnvironmentSession(StartDevEnvironmentSessionRequest startDevEnvironmentSessionRequest)
Starts a session for a specified Dev Environment.
|
default StopDevEnvironmentResponse |
stopDevEnvironment(Consumer<StopDevEnvironmentRequest.Builder> stopDevEnvironmentRequest)
Pauses a specified Dev Environment and places it in a non-running state.
|
default StopDevEnvironmentResponse |
stopDevEnvironment(StopDevEnvironmentRequest stopDevEnvironmentRequest)
Pauses a specified Dev Environment and places it in a non-running state.
|
default UpdateDevEnvironmentResponse |
updateDevEnvironment(Consumer<UpdateDevEnvironmentRequest.Builder> updateDevEnvironmentRequest)
Changes one or more values for a Dev Environment.
|
default UpdateDevEnvironmentResponse |
updateDevEnvironment(UpdateDevEnvironmentRequest updateDevEnvironmentRequest)
Changes one or more values for a Dev Environment.
|
default VerifySessionResponse |
verifySession(Consumer<VerifySessionRequest.Builder> verifySessionRequest)
Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.
|
default VerifySessionResponse |
verifySession(VerifySessionRequest verifySessionRequest)
Verifies whether the calling user has a valid Amazon CodeCatalyst login and session.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CreateAccessTokenResponse createAccessToken(CreateAccessTokenRequest createAccessTokenRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user account. You use PATs to access Amazon CodeCatalyst resources such as source repositories from third-party applications like Git and integrated development environments (IDEs). For more information, see Managing personal access tokens in Amazon CodeCatalyst.
createAccessTokenRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAccessTokenResponse createAccessToken(Consumer<CreateAccessTokenRequest.Builder> createAccessTokenRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user account. You use PATs to access Amazon CodeCatalyst resources such as source repositories from third-party applications like Git and integrated development environments (IDEs). For more information, see Managing personal access tokens in Amazon CodeCatalyst.
This is a convenience which creates an instance of the CreateAccessTokenRequest.Builder avoiding the need
to create one manually via CreateAccessTokenRequest.builder()
createAccessTokenRequest - A Consumer that will call methods on CreateAccessTokenRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDevEnvironmentResponse createDevEnvironment(CreateDevEnvironmentRequest createDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to quickly work on the code stored in the source repositories of your project. By default, a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage.
createDevEnvironmentRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDevEnvironmentResponse createDevEnvironment(Consumer<CreateDevEnvironmentRequest.Builder> createDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to quickly work on the code stored in the source repositories of your project. By default, a Dev Environment is configured to have a 2 core processor, 4GB of RAM, and 16GB of persistent storage.
This is a convenience which creates an instance of the CreateDevEnvironmentRequest.Builder avoiding the
need to create one manually via CreateDevEnvironmentRequest.builder()
createDevEnvironmentRequest - A Consumer that will call methods on CreateDevEnvironmentRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProjectResponse createProject(CreateProjectRequest createProjectRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a project in a specified space.
createProjectRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateProjectResponse createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a project in a specified space.
This is a convenience which creates an instance of the CreateProjectRequest.Builder avoiding the need to
create one manually via CreateProjectRequest.builder()
createProjectRequest - A Consumer that will call methods on CreateProjectRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSourceRepositoryBranchResponse createSourceRepositoryBranch(CreateSourceRepositoryBranchRequest createSourceRepositoryBranchRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a branch in a specified source repository in Amazon CodeCatalyst.
This API only creates a branch in a source repository hosted in Amazon CodeCatalyst. You cannot use this API to create a branch in a linked repository.
createSourceRepositoryBranchRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateSourceRepositoryBranchResponse createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Creates a branch in a specified source repository in Amazon CodeCatalyst.
This API only creates a branch in a source repository hosted in Amazon CodeCatalyst. You cannot use this API to create a branch in a linked repository.
This is a convenience which creates an instance of the CreateSourceRepositoryBranchRequest.Builder
avoiding the need to create one manually via CreateSourceRepositoryBranchRequest.builder()
createSourceRepositoryBranchRequest - A Consumer that will call methods on CreateSourceRepositoryBranchRequest.Builder to create
a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAccessTokenResponse deleteAccessToken(DeleteAccessTokenRequest deleteAccessTokenRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.
deleteAccessTokenRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAccessTokenResponse deleteAccessToken(Consumer<DeleteAccessTokenRequest.Builder> deleteAccessTokenRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it.
This is a convenience which creates an instance of the DeleteAccessTokenRequest.Builder avoiding the need
to create one manually via DeleteAccessTokenRequest.builder()
deleteAccessTokenRequest - A Consumer that will call methods on DeleteAccessTokenRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDevEnvironmentResponse deleteDevEnvironment(DeleteDevEnvironmentRequest deleteDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Deletes a Dev Environment.
deleteDevEnvironmentRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDevEnvironmentResponse deleteDevEnvironment(Consumer<DeleteDevEnvironmentRequest.Builder> deleteDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Deletes a Dev Environment.
This is a convenience which creates an instance of the DeleteDevEnvironmentRequest.Builder avoiding the
need to create one manually via DeleteDevEnvironmentRequest.builder()
deleteDevEnvironmentRequest - A Consumer that will call methods on DeleteDevEnvironmentRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDevEnvironmentResponse getDevEnvironment(GetDevEnvironmentRequest getDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.
getDevEnvironmentRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDevEnvironmentResponse getDevEnvironment(Consumer<GetDevEnvironmentRequest.Builder> getDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.
This is a convenience which creates an instance of the GetDevEnvironmentRequest.Builder avoiding the need
to create one manually via GetDevEnvironmentRequest.builder()
getDevEnvironmentRequest - A Consumer that will call methods on GetDevEnvironmentRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetProjectResponse getProject(GetProjectRequest getProjectRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about a project.
getProjectRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetProjectResponse getProject(Consumer<GetProjectRequest.Builder> getProjectRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about a project.
This is a convenience which creates an instance of the GetProjectRequest.Builder avoiding the need to
create one manually via GetProjectRequest.builder()
getProjectRequest - A Consumer that will call methods on GetProjectRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSourceRepositoryCloneUrlsResponse getSourceRepositoryCloneUrls(GetSourceRepositoryCloneUrlsRequest getSourceRepositoryCloneUrlsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about the URLs that can be used with a Git client to clone a source repository.
getSourceRepositoryCloneUrlsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSourceRepositoryCloneUrlsResponse getSourceRepositoryCloneUrls(Consumer<GetSourceRepositoryCloneUrlsRequest.Builder> getSourceRepositoryCloneUrlsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about the URLs that can be used with a Git client to clone a source repository.
This is a convenience which creates an instance of the GetSourceRepositoryCloneUrlsRequest.Builder
avoiding the need to create one manually via GetSourceRepositoryCloneUrlsRequest.builder()
getSourceRepositoryCloneUrlsRequest - A Consumer that will call methods on GetSourceRepositoryCloneUrlsRequest.Builder to create
a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSpaceResponse getSpace(GetSpaceRequest getSpaceRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about an space.
getSpaceRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSpaceResponse getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about an space.
This is a convenience which creates an instance of the GetSpaceRequest.Builder avoiding the need to
create one manually via GetSpaceRequest.builder()
getSpaceRequest - A Consumer that will call methods on GetSpaceRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionResponse getSubscription(GetSubscriptionRequest getSubscriptionRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
getSubscriptionRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSubscriptionResponse getSubscription(Consumer<GetSubscriptionRequest.Builder> getSubscriptionRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
This is a convenience which creates an instance of the GetSubscriptionRequest.Builder avoiding the need
to create one manually via GetSubscriptionRequest.builder()
getSubscriptionRequest - A Consumer that will call methods on GetSubscriptionRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetUserDetailsResponse getUserDetails(GetUserDetailsRequest getUserDetailsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about a user.
getUserDetailsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetUserDetailsResponse getUserDetails(Consumer<GetUserDetailsRequest.Builder> getUserDetailsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Returns information about a user.
This is a convenience which creates an instance of the GetUserDetailsRequest.Builder avoiding the need to
create one manually via GetUserDetailsRequest.builder()
getUserDetailsRequest - A Consumer that will call methods on GetUserDetailsRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAccessTokensResponse listAccessTokens(ListAccessTokensRequest listAccessTokensRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.
listAccessTokensRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAccessTokensResponse listAccessTokens(Consumer<ListAccessTokensRequest.Builder> listAccessTokensRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.
This is a convenience which creates an instance of the ListAccessTokensRequest.Builder avoiding the need
to create one manually via ListAccessTokensRequest.builder()
listAccessTokensRequest - A Consumer that will call methods on ListAccessTokensRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAccessTokensIterable listAccessTokensPaginator(ListAccessTokensRequest listAccessTokensRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.
This is a variant of
listAccessTokens(software.amazon.awssdk.services.codecatalyst.model.ListAccessTokensRequest) 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.codecatalyst.paginators.ListAccessTokensIterable responses = client.listAccessTokensPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListAccessTokensIterable responses = client
.listAccessTokensPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListAccessTokensResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListAccessTokensIterable responses = client.listAccessTokensPaginator(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
listAccessTokens(software.amazon.awssdk.services.codecatalyst.model.ListAccessTokensRequest)
operation.
listAccessTokensRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAccessTokensIterable listAccessTokensPaginator(Consumer<ListAccessTokensRequest.Builder> listAccessTokensRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your user account.
This is a variant of
listAccessTokens(software.amazon.awssdk.services.codecatalyst.model.ListAccessTokensRequest) 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.codecatalyst.paginators.ListAccessTokensIterable responses = client.listAccessTokensPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListAccessTokensIterable responses = client
.listAccessTokensPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListAccessTokensResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListAccessTokensIterable responses = client.listAccessTokensPaginator(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
listAccessTokens(software.amazon.awssdk.services.codecatalyst.model.ListAccessTokensRequest)
operation.
This is a convenience which creates an instance of the ListAccessTokensRequest.Builder avoiding the need
to create one manually via ListAccessTokensRequest.builder()
listAccessTokensRequest - A Consumer that will call methods on ListAccessTokensRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevEnvironmentsResponse listDevEnvironments(ListDevEnvironmentsRequest listDevEnvironmentsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrives a list of Dev Environments in a project.
listDevEnvironmentsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevEnvironmentsResponse listDevEnvironments(Consumer<ListDevEnvironmentsRequest.Builder> listDevEnvironmentsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrives a list of Dev Environments in a project.
This is a convenience which creates an instance of the ListDevEnvironmentsRequest.Builder avoiding the
need to create one manually via ListDevEnvironmentsRequest.builder()
listDevEnvironmentsRequest - A Consumer that will call methods on ListDevEnvironmentsRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevEnvironmentsIterable listDevEnvironmentsPaginator(ListDevEnvironmentsRequest listDevEnvironmentsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrives a list of Dev Environments in a project.
This is a variant of
listDevEnvironments(software.amazon.awssdk.services.codecatalyst.model.ListDevEnvironmentsRequest)
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.codecatalyst.paginators.ListDevEnvironmentsIterable responses = client.listDevEnvironmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListDevEnvironmentsIterable responses = client
.listDevEnvironmentsPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListDevEnvironmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListDevEnvironmentsIterable responses = client.listDevEnvironmentsPaginator(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
listDevEnvironments(software.amazon.awssdk.services.codecatalyst.model.ListDevEnvironmentsRequest)
operation.
listDevEnvironmentsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDevEnvironmentsIterable listDevEnvironmentsPaginator(Consumer<ListDevEnvironmentsRequest.Builder> listDevEnvironmentsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrives a list of Dev Environments in a project.
This is a variant of
listDevEnvironments(software.amazon.awssdk.services.codecatalyst.model.ListDevEnvironmentsRequest)
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.codecatalyst.paginators.ListDevEnvironmentsIterable responses = client.listDevEnvironmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListDevEnvironmentsIterable responses = client
.listDevEnvironmentsPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListDevEnvironmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListDevEnvironmentsIterable responses = client.listDevEnvironmentsPaginator(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
listDevEnvironments(software.amazon.awssdk.services.codecatalyst.model.ListDevEnvironmentsRequest)
operation.
This is a convenience which creates an instance of the ListDevEnvironmentsRequest.Builder avoiding the
need to create one manually via ListDevEnvironmentsRequest.builder()
listDevEnvironmentsRequest - A Consumer that will call methods on ListDevEnvironmentsRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEventLogsResponse listEventLogs(ListEventLogsRequest listEventLogsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.
listEventLogsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEventLogsResponse listEventLogs(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.
This is a convenience which creates an instance of the ListEventLogsRequest.Builder avoiding the need to
create one manually via ListEventLogsRequest.builder()
listEventLogsRequest - A Consumer that will call methods on ListEventLogsRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEventLogsIterable listEventLogsPaginator(ListEventLogsRequest listEventLogsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.
This is a variant of
listEventLogs(software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest) 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.codecatalyst.paginators.ListEventLogsIterable responses = client.listEventLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListEventLogsIterable responses = client
.listEventLogsPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListEventLogsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListEventLogsIterable responses = client.listEventLogsPaginator(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
listEventLogs(software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest) operation.
listEventLogsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEventLogsIterable listEventLogsPaginator(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of events that occurred during a specified time period in a space. You can use these events to audit user and system activity in a space.
This is a variant of
listEventLogs(software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest) 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.codecatalyst.paginators.ListEventLogsIterable responses = client.listEventLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListEventLogsIterable responses = client
.listEventLogsPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListEventLogsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListEventLogsIterable responses = client.listEventLogsPaginator(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
listEventLogs(software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest) operation.
This is a convenience which creates an instance of the ListEventLogsRequest.Builder avoiding the need to
create one manually via ListEventLogsRequest.builder()
listEventLogsRequest - A Consumer that will call methods on ListEventLogsRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsResponse listProjects(ListProjectsRequest listProjectsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of projects.
listProjectsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsResponse listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of projects.
This is a convenience which creates an instance of the ListProjectsRequest.Builder avoiding the need to
create one manually via ListProjectsRequest.builder()
listProjectsRequest - A Consumer that will call methods on ListProjectsRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsIterable listProjectsPaginator(ListProjectsRequest listProjectsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of projects.
This is a variant of
listProjects(software.amazon.awssdk.services.codecatalyst.model.ListProjectsRequest) 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.codecatalyst.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListProjectsIterable responses = client
.listProjectsPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListProjectsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListProjectsIterable responses = client.listProjectsPaginator(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
listProjects(software.amazon.awssdk.services.codecatalyst.model.ListProjectsRequest) operation.
listProjectsRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListProjectsIterable listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of projects.
This is a variant of
listProjects(software.amazon.awssdk.services.codecatalyst.model.ListProjectsRequest) 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.codecatalyst.paginators.ListProjectsIterable responses = client.listProjectsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListProjectsIterable responses = client
.listProjectsPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListProjectsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListProjectsIterable responses = client.listProjectsPaginator(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
listProjects(software.amazon.awssdk.services.codecatalyst.model.ListProjectsRequest) operation.
This is a convenience which creates an instance of the ListProjectsRequest.Builder avoiding the need to
create one manually via ListProjectsRequest.builder()
listProjectsRequest - A Consumer that will call methods on ListProjectsRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoriesResponse listSourceRepositories(ListSourceRepositoriesRequest listSourceRepositoriesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of source repositories in a project.
listSourceRepositoriesRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoriesResponse listSourceRepositories(Consumer<ListSourceRepositoriesRequest.Builder> listSourceRepositoriesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of source repositories in a project.
This is a convenience which creates an instance of the ListSourceRepositoriesRequest.Builder avoiding the
need to create one manually via ListSourceRepositoriesRequest.builder()
listSourceRepositoriesRequest - A Consumer that will call methods on ListSourceRepositoriesRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoriesIterable listSourceRepositoriesPaginator(ListSourceRepositoriesRequest listSourceRepositoriesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of source repositories in a project.
This is a variant of
listSourceRepositories(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesRequest)
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.codecatalyst.paginators.ListSourceRepositoriesIterable responses = client.listSourceRepositoriesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoriesIterable responses = client
.listSourceRepositoriesPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoriesIterable responses = client.listSourceRepositoriesPaginator(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
listSourceRepositories(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesRequest)
operation.
listSourceRepositoriesRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoriesIterable listSourceRepositoriesPaginator(Consumer<ListSourceRepositoriesRequest.Builder> listSourceRepositoriesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of source repositories in a project.
This is a variant of
listSourceRepositories(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesRequest)
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.codecatalyst.paginators.ListSourceRepositoriesIterable responses = client.listSourceRepositoriesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoriesIterable responses = client
.listSourceRepositoriesPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoriesIterable responses = client.listSourceRepositoriesPaginator(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
listSourceRepositories(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoriesRequest)
operation.
This is a convenience which creates an instance of the ListSourceRepositoriesRequest.Builder avoiding the
need to create one manually via ListSourceRepositoriesRequest.builder()
listSourceRepositoriesRequest - A Consumer that will call methods on ListSourceRepositoriesRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoryBranchesResponse listSourceRepositoryBranches(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of branches in a specified source repository.
listSourceRepositoryBranchesRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoryBranchesResponse listSourceRepositoryBranches(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of branches in a specified source repository.
This is a convenience which creates an instance of the ListSourceRepositoryBranchesRequest.Builder
avoiding the need to create one manually via ListSourceRepositoryBranchesRequest.builder()
listSourceRepositoryBranchesRequest - A Consumer that will call methods on ListSourceRepositoryBranchesRequest.Builder to create
a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoryBranchesIterable listSourceRepositoryBranchesPaginator(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of branches in a specified source repository.
This is a variant of
listSourceRepositoryBranches(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesRequest)
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.codecatalyst.paginators.ListSourceRepositoryBranchesIterable responses = client.listSourceRepositoryBranchesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoryBranchesIterable responses = client
.listSourceRepositoryBranchesPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoryBranchesIterable responses = client.listSourceRepositoryBranchesPaginator(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
listSourceRepositoryBranches(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesRequest)
operation.
listSourceRepositoryBranchesRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSourceRepositoryBranchesIterable listSourceRepositoryBranchesPaginator(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of branches in a specified source repository.
This is a variant of
listSourceRepositoryBranches(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesRequest)
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.codecatalyst.paginators.ListSourceRepositoryBranchesIterable responses = client.listSourceRepositoryBranchesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoryBranchesIterable responses = client
.listSourceRepositoryBranchesPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoryBranchesIterable responses = client.listSourceRepositoryBranchesPaginator(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
listSourceRepositoryBranches(software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesRequest)
operation.
This is a convenience which creates an instance of the ListSourceRepositoryBranchesRequest.Builder
avoiding the need to create one manually via ListSourceRepositoryBranchesRequest.builder()
listSourceRepositoryBranchesRequest - A Consumer that will call methods on ListSourceRepositoryBranchesRequest.Builder to create
a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSpacesResponse listSpaces(ListSpacesRequest listSpacesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of spaces.
listSpacesRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSpacesResponse listSpaces(Consumer<ListSpacesRequest.Builder> listSpacesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of spaces.
This is a convenience which creates an instance of the ListSpacesRequest.Builder avoiding the need to
create one manually via ListSpacesRequest.builder()
listSpacesRequest - A Consumer that will call methods on ListSpacesRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSpacesIterable listSpacesPaginator(ListSpacesRequest listSpacesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of spaces.
This is a variant of listSpaces(software.amazon.awssdk.services.codecatalyst.model.ListSpacesRequest)
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.codecatalyst.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListSpacesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null 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
listSpaces(software.amazon.awssdk.services.codecatalyst.model.ListSpacesRequest) operation.
listSpacesRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSpacesIterable listSpacesPaginator(Consumer<ListSpacesRequest.Builder> listSpacesRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Retrieves a list of spaces.
This is a variant of listSpaces(software.amazon.awssdk.services.codecatalyst.model.ListSpacesRequest)
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.codecatalyst.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.codecatalyst.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request);
for (software.amazon.awssdk.services.codecatalyst.model.ListSpacesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.codecatalyst.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of null 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
listSpaces(software.amazon.awssdk.services.codecatalyst.model.ListSpacesRequest) operation.
This is a convenience which creates an instance of the ListSpacesRequest.Builder avoiding the need to
create one manually via ListSpacesRequest.builder()
listSpacesRequest - A Consumer that will call methods on ListSpacesRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDevEnvironmentResponse startDevEnvironment(StartDevEnvironmentRequest startDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Starts a specified Dev Environment and puts it into an active state.
startDevEnvironmentRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDevEnvironmentResponse startDevEnvironment(Consumer<StartDevEnvironmentRequest.Builder> startDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Starts a specified Dev Environment and puts it into an active state.
This is a convenience which creates an instance of the StartDevEnvironmentRequest.Builder avoiding the
need to create one manually via StartDevEnvironmentRequest.builder()
startDevEnvironmentRequest - A Consumer that will call methods on StartDevEnvironmentRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDevEnvironmentSessionResponse startDevEnvironmentSession(StartDevEnvironmentSessionRequest startDevEnvironmentSessionRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Starts a session for a specified Dev Environment.
startDevEnvironmentSessionRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDevEnvironmentSessionResponse startDevEnvironmentSession(Consumer<StartDevEnvironmentSessionRequest.Builder> startDevEnvironmentSessionRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Starts a session for a specified Dev Environment.
This is a convenience which creates an instance of the StartDevEnvironmentSessionRequest.Builder avoiding
the need to create one manually via StartDevEnvironmentSessionRequest.builder()
startDevEnvironmentSessionRequest - A Consumer that will call methods on StartDevEnvironmentSessionRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopDevEnvironmentResponse stopDevEnvironment(StopDevEnvironmentRequest stopDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.
stopDevEnvironmentRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StopDevEnvironmentResponse stopDevEnvironment(Consumer<StopDevEnvironmentRequest.Builder> stopDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.
This is a convenience which creates an instance of the StopDevEnvironmentRequest.Builder avoiding the
need to create one manually via StopDevEnvironmentRequest.builder()
stopDevEnvironmentRequest - A Consumer that will call methods on StopDevEnvironmentRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDevEnvironmentResponse updateDevEnvironment(UpdateDevEnvironmentRequest updateDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.
updateDevEnvironmentRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDevEnvironmentResponse updateDevEnvironment(Consumer<UpdateDevEnvironmentRequest.Builder> updateDevEnvironmentRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.
This is a convenience which creates an instance of the UpdateDevEnvironmentRequest.Builder avoiding the
need to create one manually via UpdateDevEnvironmentRequest.builder()
updateDevEnvironmentRequest - A Consumer that will call methods on UpdateDevEnvironmentRequest.Builder to create a
request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault VerifySessionResponse verifySession(VerifySessionRequest verifySessionRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.
verifySessionRequest - ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault VerifySessionResponse verifySession(Consumer<VerifySessionRequest.Builder> verifySessionRequest) throws ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, CodeCatalystException
Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.
This is a convenience which creates an instance of the VerifySessionRequest.Builder avoiding the need to
create one manually via VerifySessionRequest.builder()
verifySessionRequest - A Consumer that will call methods on VerifySessionRequest.Builder to create a request.ThrottlingException - The request was denied due to request throttling.ConflictException - The request was denied because the requested operation would cause a conflict with the current state of a
service resource associated with the request. Another user might have updated the resource. Reload, make
sure you have the latest data, and then try again.ValidationException - The request was denied because an input failed to satisfy the constraints specified by the service. Check
the spelling and input requirements, and then try again.ServiceQuotaExceededException - The request was denied because one or more resources has reached its limits for the tier the space
belongs to. Either reduce the number of resources, or change the tier if applicable.ResourceNotFoundException - The request was denied because the specified resource was not found. Verify that the spelling is correct
and that you have access to the resource.AccessDeniedException - The request was denied because you don't have sufficient access to perform this action. Verify that you
are a member of a role that allows 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.CodeCatalystException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic CodeCatalystClient create()
CodeCatalystClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static CodeCatalystClientBuilder builder()
CodeCatalystClient.static ServiceMetadata serviceMetadata()
Copyright © 2023. All rights reserved.