Interface SsmQuickSetupClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.
Quick Setup helps you quickly configure frequently used services and features with recommended best practices. Quick Setup simplifies setting up services, including Systems Manager, by automating common or recommended tasks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic SsmQuickSetupClientBuilder
builder()
Create a builder that can be used to configure and create aSsmQuickSetupClient
.static SsmQuickSetupClient
create()
Create aSsmQuickSetupClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.createConfigurationManager
(Consumer<CreateConfigurationManagerRequest.Builder> createConfigurationManagerRequest) Creates a Quick Setup configuration manager resource.createConfigurationManager
(CreateConfigurationManagerRequest createConfigurationManagerRequest) Creates a Quick Setup configuration manager resource.deleteConfigurationManager
(Consumer<DeleteConfigurationManagerRequest.Builder> deleteConfigurationManagerRequest) Deletes a configuration manager.deleteConfigurationManager
(DeleteConfigurationManagerRequest deleteConfigurationManagerRequest) Deletes a configuration manager.default GetConfigurationResponse
getConfiguration
(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest) Returns details about the specified configuration.default GetConfigurationResponse
getConfiguration
(GetConfigurationRequest getConfigurationRequest) Returns details about the specified configuration.default GetConfigurationManagerResponse
getConfigurationManager
(Consumer<GetConfigurationManagerRequest.Builder> getConfigurationManagerRequest) Returns a configuration manager.default GetConfigurationManagerResponse
getConfigurationManager
(GetConfigurationManagerRequest getConfigurationManagerRequest) Returns a configuration manager.default GetServiceSettingsResponse
getServiceSettings
(Consumer<GetServiceSettingsRequest.Builder> getServiceSettingsRequest) Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.default GetServiceSettingsResponse
getServiceSettings
(GetServiceSettingsRequest getServiceSettingsRequest) Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.listConfigurationManagers
(Consumer<ListConfigurationManagersRequest.Builder> listConfigurationManagersRequest) Returns Quick Setup configuration managers.listConfigurationManagers
(ListConfigurationManagersRequest listConfigurationManagersRequest) Returns Quick Setup configuration managers.listConfigurationManagersPaginator
(Consumer<ListConfigurationManagersRequest.Builder> listConfigurationManagersRequest) This is a variant oflistConfigurationManagers(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersRequest)
operation.listConfigurationManagersPaginator
(ListConfigurationManagersRequest listConfigurationManagersRequest) This is a variant oflistConfigurationManagers(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersRequest)
operation.default ListConfigurationsResponse
listConfigurations
(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest) Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.default ListConfigurationsResponse
listConfigurations
(ListConfigurationsRequest listConfigurationsRequest) Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.default ListConfigurationsIterable
listConfigurationsPaginator
(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest) This is a variant oflistConfigurations(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsRequest)
operation.default ListConfigurationsIterable
listConfigurationsPaginator
(ListConfigurationsRequest listConfigurationsRequest) This is a variant oflistConfigurations(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsRequest)
operation.default ListQuickSetupTypesResponse
listQuickSetupTypes
(Consumer<ListQuickSetupTypesRequest.Builder> listQuickSetupTypesRequest) Returns the available Quick Setup types.default ListQuickSetupTypesResponse
listQuickSetupTypes
(ListQuickSetupTypesRequest listQuickSetupTypesRequest) Returns the available Quick Setup types.default ListTagsForResourceResponse
listTagsForResource
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns tags assigned to the resource.default ListTagsForResourceResponse
listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Returns tags assigned to the resource.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadata
default TagResourceResponse
tagResource
(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns key-value pairs of metadata to Amazon Web Services resources.default TagResourceResponse
tagResource
(TagResourceRequest tagResourceRequest) Assigns key-value pairs of metadata to Amazon Web Services resources.default UntagResourceResponse
untagResource
(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from the specified resource.default UntagResourceResponse
untagResource
(UntagResourceRequest untagResourceRequest) Removes tags from the specified resource.updateConfigurationDefinition
(Consumer<UpdateConfigurationDefinitionRequest.Builder> updateConfigurationDefinitionRequest) Updates a Quick Setup configuration definition.updateConfigurationDefinition
(UpdateConfigurationDefinitionRequest updateConfigurationDefinitionRequest) Updates a Quick Setup configuration definition.updateConfigurationManager
(Consumer<UpdateConfigurationManagerRequest.Builder> updateConfigurationManagerRequest) Updates a Quick Setup configuration manager.updateConfigurationManager
(UpdateConfigurationManagerRequest updateConfigurationManagerRequest) Updates a Quick Setup configuration manager.default UpdateServiceSettingsResponse
updateServiceSettings
(Consumer<UpdateServiceSettingsRequest.Builder> updateServiceSettingsRequest) Updates settings configured for Quick Setup.default UpdateServiceSettingsResponse
updateServiceSettings
(UpdateServiceSettingsRequest updateServiceSettingsRequest) Updates settings configured for Quick Setup.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
createConfigurationManager
default CreateConfigurationManagerResponse createConfigurationManager(CreateConfigurationManagerRequest createConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Creates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
- Parameters:
createConfigurationManagerRequest
-- Returns:
- Result of the CreateConfigurationManager operation returned by the service.
- See Also:
-
createConfigurationManager
default CreateConfigurationManagerResponse createConfigurationManager(Consumer<CreateConfigurationManagerRequest.Builder> createConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Creates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
This is a convenience which creates an instance of the
CreateConfigurationManagerRequest.Builder
avoiding the need to create one manually viaCreateConfigurationManagerRequest.builder()
- Parameters:
createConfigurationManagerRequest
- AConsumer
that will call methods onCreateConfigurationManagerRequest.Builder
to create a request.- Returns:
- Result of the CreateConfigurationManager operation returned by the service.
- See Also:
-
deleteConfigurationManager
default DeleteConfigurationManagerResponse deleteConfigurationManager(DeleteConfigurationManagerRequest deleteConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Deletes a configuration manager.
- Parameters:
deleteConfigurationManagerRequest
-- Returns:
- Result of the DeleteConfigurationManager operation returned by the service.
- See Also:
-
deleteConfigurationManager
default DeleteConfigurationManagerResponse deleteConfigurationManager(Consumer<DeleteConfigurationManagerRequest.Builder> deleteConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Deletes a configuration manager.
This is a convenience which creates an instance of the
DeleteConfigurationManagerRequest.Builder
avoiding the need to create one manually viaDeleteConfigurationManagerRequest.builder()
- Parameters:
deleteConfigurationManagerRequest
- AConsumer
that will call methods onDeleteConfigurationManagerRequest.Builder
to create a request.- Returns:
- Result of the DeleteConfigurationManager operation returned by the service.
- See Also:
-
getConfiguration
default GetConfigurationResponse getConfiguration(GetConfigurationRequest getConfigurationRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns details about the specified configuration.
- Parameters:
getConfigurationRequest
-- Returns:
- Result of the GetConfiguration operation returned by the service.
- See Also:
-
getConfiguration
default GetConfigurationResponse getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns details about the specified configuration.
This is a convenience which creates an instance of the
GetConfigurationRequest.Builder
avoiding the need to create one manually viaGetConfigurationRequest.builder()
- Parameters:
getConfigurationRequest
- AConsumer
that will call methods onGetConfigurationRequest.Builder
to create a request.- Returns:
- Result of the GetConfiguration operation returned by the service.
- See Also:
-
getConfigurationManager
default GetConfigurationManagerResponse getConfigurationManager(GetConfigurationManagerRequest getConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns a configuration manager.
- Parameters:
getConfigurationManagerRequest
-- Returns:
- Result of the GetConfigurationManager operation returned by the service.
- See Also:
-
getConfigurationManager
default GetConfigurationManagerResponse getConfigurationManager(Consumer<GetConfigurationManagerRequest.Builder> getConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns a configuration manager.
This is a convenience which creates an instance of the
GetConfigurationManagerRequest.Builder
avoiding the need to create one manually viaGetConfigurationManagerRequest.builder()
- Parameters:
getConfigurationManagerRequest
- AConsumer
that will call methods onGetConfigurationManagerRequest.Builder
to create a request.- Returns:
- Result of the GetConfigurationManager operation returned by the service.
- See Also:
-
getServiceSettings
default GetServiceSettingsResponse getServiceSettings(GetServiceSettingsRequest getServiceSettingsRequest) throws ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
- Parameters:
getServiceSettingsRequest
-- Returns:
- Result of the GetServiceSettings operation returned by the service.
- See Also:
-
getServiceSettings
default GetServiceSettingsResponse getServiceSettings(Consumer<GetServiceSettingsRequest.Builder> getServiceSettingsRequest) throws ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
This is a convenience which creates an instance of the
GetServiceSettingsRequest.Builder
avoiding the need to create one manually viaGetServiceSettingsRequest.builder()
- Parameters:
getServiceSettingsRequest
- AConsumer
that will call methods onGetServiceSettingsRequest.Builder
to create a request.- Returns:
- Result of the GetServiceSettings operation returned by the service.
- See Also:
-
listConfigurationManagers
default ListConfigurationManagersResponse listConfigurationManagers(ListConfigurationManagersRequest listConfigurationManagersRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns Quick Setup configuration managers.
- Parameters:
listConfigurationManagersRequest
-- Returns:
- Result of the ListConfigurationManagers operation returned by the service.
- See Also:
-
listConfigurationManagers
default ListConfigurationManagersResponse listConfigurationManagers(Consumer<ListConfigurationManagersRequest.Builder> listConfigurationManagersRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns Quick Setup configuration managers.
This is a convenience which creates an instance of the
ListConfigurationManagersRequest.Builder
avoiding the need to create one manually viaListConfigurationManagersRequest.builder()
- Parameters:
listConfigurationManagersRequest
- AConsumer
that will call methods onListConfigurationManagersRequest.Builder
to create a request.- Returns:
- Result of the ListConfigurationManagers operation returned by the service.
- See Also:
-
listConfigurationManagersPaginator
default ListConfigurationManagersIterable listConfigurationManagersPaginator(ListConfigurationManagersRequest listConfigurationManagersRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException This is a variant of
listConfigurationManagers(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersRequest)
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 Streamsoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationManagersIterable responses = client.listConfigurationManagersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationManagersIterable responses = client .listConfigurationManagersPaginator(request); for (software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationManagersIterable responses = client.listConfigurationManagersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxItems 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
listConfigurationManagers(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersRequest)
operation.- Parameters:
listConfigurationManagersRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listConfigurationManagersPaginator
default ListConfigurationManagersIterable listConfigurationManagersPaginator(Consumer<ListConfigurationManagersRequest.Builder> listConfigurationManagersRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException This is a variant of
listConfigurationManagers(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersRequest)
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 Streamsoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationManagersIterable responses = client.listConfigurationManagersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationManagersIterable responses = client .listConfigurationManagersPaginator(request); for (software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationManagersIterable responses = client.listConfigurationManagersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxItems 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
listConfigurationManagers(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersRequest)
operation.
This is a convenience which creates an instance of the
ListConfigurationManagersRequest.Builder
avoiding the need to create one manually viaListConfigurationManagersRequest.builder()
- Parameters:
listConfigurationManagersRequest
- AConsumer
that will call methods onListConfigurationManagersRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listConfigurations
default ListConfigurationsResponse listConfigurations(ListConfigurationsRequest listConfigurationsRequest) throws ValidationException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
- Parameters:
listConfigurationsRequest
-- Returns:
- Result of the ListConfigurations operation returned by the service.
- See Also:
-
listConfigurations
default ListConfigurationsResponse listConfigurations(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest) throws ValidationException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
This is a convenience which creates an instance of the
ListConfigurationsRequest.Builder
avoiding the need to create one manually viaListConfigurationsRequest.builder()
- Parameters:
listConfigurationsRequest
- AConsumer
that will call methods onListConfigurationsRequest.Builder
to create a request.- Returns:
- Result of the ListConfigurations operation returned by the service.
- See Also:
-
listConfigurationsPaginator
default ListConfigurationsIterable listConfigurationsPaginator(ListConfigurationsRequest listConfigurationsRequest) throws ValidationException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException This is a variant of
listConfigurations(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsRequest)
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 Streamsoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationsIterable responses = client.listConfigurationsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationsIterable responses = client .listConfigurationsPaginator(request); for (software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationsIterable responses = client.listConfigurationsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxItems 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
listConfigurations(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsRequest)
operation.- Parameters:
listConfigurationsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listConfigurationsPaginator
default ListConfigurationsIterable listConfigurationsPaginator(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest) throws ValidationException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException This is a variant of
listConfigurations(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsRequest)
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 Streamsoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationsIterable responses = client.listConfigurationsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationsIterable responses = client .listConfigurationsPaginator(request); for (software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.ssmquicksetup.paginators.ListConfigurationsIterable responses = client.listConfigurationsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxItems 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
listConfigurations(software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsRequest)
operation.
This is a convenience which creates an instance of the
ListConfigurationsRequest.Builder
avoiding the need to create one manually viaListConfigurationsRequest.builder()
- Parameters:
listConfigurationsRequest
- AConsumer
that will call methods onListConfigurationsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listQuickSetupTypes
default ListQuickSetupTypesResponse listQuickSetupTypes(ListQuickSetupTypesRequest listQuickSetupTypesRequest) throws ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns the available Quick Setup types.
- Parameters:
listQuickSetupTypesRequest
-- Returns:
- Result of the ListQuickSetupTypes operation returned by the service.
- See Also:
-
listQuickSetupTypes
default ListQuickSetupTypesResponse listQuickSetupTypes(Consumer<ListQuickSetupTypesRequest.Builder> listQuickSetupTypesRequest) throws ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns the available Quick Setup types.
This is a convenience which creates an instance of the
ListQuickSetupTypesRequest.Builder
avoiding the need to create one manually viaListQuickSetupTypesRequest.builder()
- Parameters:
listQuickSetupTypesRequest
- AConsumer
that will call methods onListQuickSetupTypesRequest.Builder
to create a request.- Returns:
- Result of the ListQuickSetupTypes operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns tags assigned to the resource.
- Parameters:
listTagsForResourceRequest
-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Returns tags assigned to the resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Assigns key-value pairs of metadata to Amazon Web Services resources.
- Parameters:
tagResourceRequest
-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Assigns key-value pairs of metadata to Amazon Web Services resources.
This is a convenience which creates an instance of the
TagResourceRequest.Builder
avoiding the need to create one manually viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Removes tags from the specified resource.
- Parameters:
untagResourceRequest
-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Removes tags from the specified resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builder
avoiding the need to create one manually viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateConfigurationDefinition
default UpdateConfigurationDefinitionResponse updateConfigurationDefinition(UpdateConfigurationDefinitionRequest updateConfigurationDefinitionRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Updates a Quick Setup configuration definition.
- Parameters:
updateConfigurationDefinitionRequest
-- Returns:
- Result of the UpdateConfigurationDefinition operation returned by the service.
- See Also:
-
updateConfigurationDefinition
default UpdateConfigurationDefinitionResponse updateConfigurationDefinition(Consumer<UpdateConfigurationDefinitionRequest.Builder> updateConfigurationDefinitionRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Updates a Quick Setup configuration definition.
This is a convenience which creates an instance of the
UpdateConfigurationDefinitionRequest.Builder
avoiding the need to create one manually viaUpdateConfigurationDefinitionRequest.builder()
- Parameters:
updateConfigurationDefinitionRequest
- AConsumer
that will call methods onUpdateConfigurationDefinitionRequest.Builder
to create a request.- Returns:
- Result of the UpdateConfigurationDefinition operation returned by the service.
- See Also:
-
updateConfigurationManager
default UpdateConfigurationManagerResponse updateConfigurationManager(UpdateConfigurationManagerRequest updateConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Updates a Quick Setup configuration manager.
- Parameters:
updateConfigurationManagerRequest
-- Returns:
- Result of the UpdateConfigurationManager operation returned by the service.
- See Also:
-
updateConfigurationManager
default UpdateConfigurationManagerResponse updateConfigurationManager(Consumer<UpdateConfigurationManagerRequest.Builder> updateConfigurationManagerRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, AwsServiceException, SdkClientException, SsmQuickSetupException Updates a Quick Setup configuration manager.
This is a convenience which creates an instance of the
UpdateConfigurationManagerRequest.Builder
avoiding the need to create one manually viaUpdateConfigurationManagerRequest.builder()
- Parameters:
updateConfigurationManagerRequest
- AConsumer
that will call methods onUpdateConfigurationManagerRequest.Builder
to create a request.- Returns:
- Result of the UpdateConfigurationManager operation returned by the service.
- See Also:
-
updateServiceSettings
default UpdateServiceSettingsResponse updateServiceSettings(UpdateServiceSettingsRequest updateServiceSettingsRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Updates settings configured for Quick Setup.
- Parameters:
updateServiceSettingsRequest
-- Returns:
- Result of the UpdateServiceSettings operation returned by the service.
- See Also:
-
updateServiceSettings
default UpdateServiceSettingsResponse updateServiceSettings(Consumer<UpdateServiceSettingsRequest.Builder> updateServiceSettingsRequest) throws ValidationException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, AwsServiceException, SdkClientException, SsmQuickSetupException Updates settings configured for Quick Setup.
This is a convenience which creates an instance of the
UpdateServiceSettingsRequest.Builder
avoiding the need to create one manually viaUpdateServiceSettingsRequest.builder()
- Parameters:
updateServiceSettingsRequest
- AConsumer
that will call methods onUpdateServiceSettingsRequest.Builder
to create a request.- Returns:
- Result of the UpdateServiceSettings operation returned by the service.
- See Also:
-
create
Create aSsmQuickSetupClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aSsmQuickSetupClient
. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-