| Package | Description |
|---|---|
| software.amazon.awssdk.services.supportapp |
|
| software.amazon.awssdk.services.supportapp.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSlackChannelConfigurationResponse |
SupportAppClient.createSlackChannelConfiguration(Consumer<CreateSlackChannelConfigurationRequest.Builder> createSlackChannelConfigurationRequest)
Creates a Slack channel configuration for your Amazon Web Services account.
|
default CreateSlackChannelConfigurationResponse |
SupportAppClient.createSlackChannelConfiguration(CreateSlackChannelConfigurationRequest createSlackChannelConfigurationRequest)
Creates a Slack channel configuration for your Amazon Web Services account.
|
default DeleteAccountAliasResponse |
SupportAppClient.deleteAccountAlias(Consumer<DeleteAccountAliasRequest.Builder> deleteAccountAliasRequest)
Deletes an alias for an Amazon Web Services account ID.
|
default DeleteAccountAliasResponse |
SupportAppClient.deleteAccountAlias(DeleteAccountAliasRequest deleteAccountAliasRequest)
Deletes an alias for an Amazon Web Services account ID.
|
default DeleteSlackChannelConfigurationResponse |
SupportAppClient.deleteSlackChannelConfiguration(Consumer<DeleteSlackChannelConfigurationRequest.Builder> deleteSlackChannelConfigurationRequest)
Deletes a Slack channel configuration from your Amazon Web Services account.
|
default DeleteSlackChannelConfigurationResponse |
SupportAppClient.deleteSlackChannelConfiguration(DeleteSlackChannelConfigurationRequest deleteSlackChannelConfigurationRequest)
Deletes a Slack channel configuration from your Amazon Web Services account.
|
default DeleteSlackWorkspaceConfigurationResponse |
SupportAppClient.deleteSlackWorkspaceConfiguration(Consumer<DeleteSlackWorkspaceConfigurationRequest.Builder> deleteSlackWorkspaceConfigurationRequest)
Deletes a Slack workspace configuration from your Amazon Web Services account.
|
default DeleteSlackWorkspaceConfigurationResponse |
SupportAppClient.deleteSlackWorkspaceConfiguration(DeleteSlackWorkspaceConfigurationRequest deleteSlackWorkspaceConfigurationRequest)
Deletes a Slack workspace configuration from your Amazon Web Services account.
|
default GetAccountAliasResponse |
SupportAppClient.getAccountAlias(Consumer<GetAccountAliasRequest.Builder> getAccountAliasRequest)
Retrieves the alias from an Amazon Web Services account ID.
|
default GetAccountAliasResponse |
SupportAppClient.getAccountAlias(GetAccountAliasRequest getAccountAliasRequest)
Retrieves the alias from an Amazon Web Services account ID.
|
default ListSlackChannelConfigurationsResponse |
SupportAppClient.listSlackChannelConfigurations(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default ListSlackChannelConfigurationsResponse |
SupportAppClient.listSlackChannelConfigurations(ListSlackChannelConfigurationsRequest listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default ListSlackChannelConfigurationsIterable |
SupportAppClient.listSlackChannelConfigurationsPaginator(Consumer<ListSlackChannelConfigurationsRequest.Builder> listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default ListSlackChannelConfigurationsIterable |
SupportAppClient.listSlackChannelConfigurationsPaginator(ListSlackChannelConfigurationsRequest listSlackChannelConfigurationsRequest)
Lists the Slack channel configurations for an Amazon Web Services account.
|
default ListSlackWorkspaceConfigurationsResponse |
SupportAppClient.listSlackWorkspaceConfigurations(Consumer<ListSlackWorkspaceConfigurationsRequest.Builder> listSlackWorkspaceConfigurationsRequest)
Lists the Slack workspace configurations for an Amazon Web Services account.
|
default ListSlackWorkspaceConfigurationsResponse |
SupportAppClient.listSlackWorkspaceConfigurations(ListSlackWorkspaceConfigurationsRequest listSlackWorkspaceConfigurationsRequest)
Lists the Slack workspace configurations for an Amazon Web Services account.
|
default ListSlackWorkspaceConfigurationsIterable |
SupportAppClient.listSlackWorkspaceConfigurationsPaginator(Consumer<ListSlackWorkspaceConfigurationsRequest.Builder> listSlackWorkspaceConfigurationsRequest)
Lists the Slack workspace configurations for an Amazon Web Services account.
|
default ListSlackWorkspaceConfigurationsIterable |
SupportAppClient.listSlackWorkspaceConfigurationsPaginator(ListSlackWorkspaceConfigurationsRequest listSlackWorkspaceConfigurationsRequest)
Lists the Slack workspace configurations for an Amazon Web Services account.
|
default PutAccountAliasResponse |
SupportAppClient.putAccountAlias(Consumer<PutAccountAliasRequest.Builder> putAccountAliasRequest)
Creates or updates an individual alias for each Amazon Web Services account ID.
|
default PutAccountAliasResponse |
SupportAppClient.putAccountAlias(PutAccountAliasRequest putAccountAliasRequest)
Creates or updates an individual alias for each Amazon Web Services account ID.
|
default RegisterSlackWorkspaceForOrganizationResponse |
SupportAppClient.registerSlackWorkspaceForOrganization(Consumer<RegisterSlackWorkspaceForOrganizationRequest.Builder> registerSlackWorkspaceForOrganizationRequest)
Registers a Slack workspace for your Amazon Web Services account.
|
default RegisterSlackWorkspaceForOrganizationResponse |
SupportAppClient.registerSlackWorkspaceForOrganization(RegisterSlackWorkspaceForOrganizationRequest registerSlackWorkspaceForOrganizationRequest)
Registers a Slack workspace for your Amazon Web Services account.
|
default UpdateSlackChannelConfigurationResponse |
SupportAppClient.updateSlackChannelConfiguration(Consumer<UpdateSlackChannelConfigurationRequest.Builder> updateSlackChannelConfigurationRequest)
Updates the configuration for a Slack channel, such as case update notifications.
|
default UpdateSlackChannelConfigurationResponse |
SupportAppClient.updateSlackChannelConfiguration(UpdateSlackChannelConfigurationRequest updateSlackChannelConfigurationRequest)
Updates the configuration for a Slack channel, such as case update notifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You don't have sufficient permission to perform this action.
|
class |
ConflictException
Your request has a conflict.
|
class |
InternalServerException
We can’t process your request right now because of a server issue.
|
class |
ResourceNotFoundException
The specified resource is missing or doesn't exist, such as an account alias, Slack channel configuration, or Slack
workspace configuration.
|
class |
ServiceQuotaExceededException
Your Service Quotas request exceeds the quota for the service.
|
class |
ValidationException
Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.
|
| Modifier and Type | Method and Description |
|---|---|
SupportAppException |
SupportAppException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SupportAppException ex) |
Copyright © 2022. All rights reserved.