@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonWorkSpacesWeb
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonWorkSpacesWeb
instead.
Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateBrowserSettingsResult |
associateBrowserSettings(AssociateBrowserSettingsRequest associateBrowserSettingsRequest)
Associates a browser settings resource with a web portal.
|
AssociateIpAccessSettingsResult |
associateIpAccessSettings(AssociateIpAccessSettingsRequest associateIpAccessSettingsRequest)
Associates an IP access settings resource with a web portal.
|
AssociateNetworkSettingsResult |
associateNetworkSettings(AssociateNetworkSettingsRequest associateNetworkSettingsRequest)
Associates a network settings resource with a web portal.
|
AssociateTrustStoreResult |
associateTrustStore(AssociateTrustStoreRequest associateTrustStoreRequest)
Associates a trust store with a web portal.
|
AssociateUserAccessLoggingSettingsResult |
associateUserAccessLoggingSettings(AssociateUserAccessLoggingSettingsRequest associateUserAccessLoggingSettingsRequest)
Associates a user access logging settings resource with a web portal.
|
AssociateUserSettingsResult |
associateUserSettings(AssociateUserSettingsRequest associateUserSettingsRequest)
Associates a user settings resource with a web portal.
|
CreateBrowserSettingsResult |
createBrowserSettings(CreateBrowserSettingsRequest createBrowserSettingsRequest)
Creates a browser settings resource that can be associated with a web portal.
|
CreateIdentityProviderResult |
createIdentityProvider(CreateIdentityProviderRequest createIdentityProviderRequest)
Creates an identity provider resource that is then associated with a web portal.
|
CreateIpAccessSettingsResult |
createIpAccessSettings(CreateIpAccessSettingsRequest createIpAccessSettingsRequest)
Creates an IP access settings resource that can be associated with a web portal.
|
CreateNetworkSettingsResult |
createNetworkSettings(CreateNetworkSettingsRequest createNetworkSettingsRequest)
Creates a network settings resource that can be associated with a web portal.
|
CreatePortalResult |
createPortal(CreatePortalRequest createPortalRequest)
Creates a web portal.
|
CreateTrustStoreResult |
createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)
Creates a trust store that can be associated with a web portal.
|
CreateUserAccessLoggingSettingsResult |
createUserAccessLoggingSettings(CreateUserAccessLoggingSettingsRequest createUserAccessLoggingSettingsRequest)
Creates a user access logging settings resource that can be associated with a web portal.
|
CreateUserSettingsResult |
createUserSettings(CreateUserSettingsRequest createUserSettingsRequest)
Creates a user settings resource that can be associated with a web portal.
|
DeleteBrowserSettingsResult |
deleteBrowserSettings(DeleteBrowserSettingsRequest deleteBrowserSettingsRequest)
Deletes browser settings.
|
DeleteIdentityProviderResult |
deleteIdentityProvider(DeleteIdentityProviderRequest deleteIdentityProviderRequest)
Deletes the identity provider.
|
DeleteIpAccessSettingsResult |
deleteIpAccessSettings(DeleteIpAccessSettingsRequest deleteIpAccessSettingsRequest)
Deletes IP access settings.
|
DeleteNetworkSettingsResult |
deleteNetworkSettings(DeleteNetworkSettingsRequest deleteNetworkSettingsRequest)
Deletes network settings.
|
DeletePortalResult |
deletePortal(DeletePortalRequest deletePortalRequest)
Deletes a web portal.
|
DeleteTrustStoreResult |
deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest)
Deletes the trust store.
|
DeleteUserAccessLoggingSettingsResult |
deleteUserAccessLoggingSettings(DeleteUserAccessLoggingSettingsRequest deleteUserAccessLoggingSettingsRequest)
Deletes user access logging settings.
|
DeleteUserSettingsResult |
deleteUserSettings(DeleteUserSettingsRequest deleteUserSettingsRequest)
Deletes user settings.
|
DisassociateBrowserSettingsResult |
disassociateBrowserSettings(DisassociateBrowserSettingsRequest disassociateBrowserSettingsRequest)
Disassociates browser settings from a web portal.
|
DisassociateIpAccessSettingsResult |
disassociateIpAccessSettings(DisassociateIpAccessSettingsRequest disassociateIpAccessSettingsRequest)
Disassociates IP access settings from a web portal.
|
DisassociateNetworkSettingsResult |
disassociateNetworkSettings(DisassociateNetworkSettingsRequest disassociateNetworkSettingsRequest)
Disassociates network settings from a web portal.
|
DisassociateTrustStoreResult |
disassociateTrustStore(DisassociateTrustStoreRequest disassociateTrustStoreRequest)
Disassociates a trust store from a web portal.
|
DisassociateUserAccessLoggingSettingsResult |
disassociateUserAccessLoggingSettings(DisassociateUserAccessLoggingSettingsRequest disassociateUserAccessLoggingSettingsRequest)
Disassociates user access logging settings from a web portal.
|
DisassociateUserSettingsResult |
disassociateUserSettings(DisassociateUserSettingsRequest disassociateUserSettingsRequest)
Disassociates user settings from a web portal.
|
GetBrowserSettingsResult |
getBrowserSettings(GetBrowserSettingsRequest getBrowserSettingsRequest)
Gets browser settings.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetIdentityProviderResult |
getIdentityProvider(GetIdentityProviderRequest getIdentityProviderRequest)
Gets the identity provider.
|
GetIpAccessSettingsResult |
getIpAccessSettings(GetIpAccessSettingsRequest getIpAccessSettingsRequest)
Gets the IP access settings.
|
GetNetworkSettingsResult |
getNetworkSettings(GetNetworkSettingsRequest getNetworkSettingsRequest)
Gets the network settings.
|
GetPortalResult |
getPortal(GetPortalRequest getPortalRequest)
Gets the web portal.
|
GetPortalServiceProviderMetadataResult |
getPortalServiceProviderMetadata(GetPortalServiceProviderMetadataRequest getPortalServiceProviderMetadataRequest)
Gets the service provider metadata.
|
GetTrustStoreResult |
getTrustStore(GetTrustStoreRequest getTrustStoreRequest)
Gets the trust store.
|
GetTrustStoreCertificateResult |
getTrustStoreCertificate(GetTrustStoreCertificateRequest getTrustStoreCertificateRequest)
Gets the trust store certificate.
|
GetUserAccessLoggingSettingsResult |
getUserAccessLoggingSettings(GetUserAccessLoggingSettingsRequest getUserAccessLoggingSettingsRequest)
Gets user access logging settings.
|
GetUserSettingsResult |
getUserSettings(GetUserSettingsRequest getUserSettingsRequest)
Gets user settings.
|
ListBrowserSettingsResult |
listBrowserSettings(ListBrowserSettingsRequest listBrowserSettingsRequest)
Retrieves a list of browser settings.
|
ListIdentityProvidersResult |
listIdentityProviders(ListIdentityProvidersRequest listIdentityProvidersRequest)
Retrieves a list of identity providers for a specific web portal.
|
ListIpAccessSettingsResult |
listIpAccessSettings(ListIpAccessSettingsRequest listIpAccessSettingsRequest)
Retrieves a list of IP access settings.
|
ListNetworkSettingsResult |
listNetworkSettings(ListNetworkSettingsRequest listNetworkSettingsRequest)
Retrieves a list of network settings.
|
ListPortalsResult |
listPortals(ListPortalsRequest listPortalsRequest)
Retrieves a list or web portals.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of tags for a resource.
|
ListTrustStoreCertificatesResult |
listTrustStoreCertificates(ListTrustStoreCertificatesRequest listTrustStoreCertificatesRequest)
Retrieves a list of trust store certificates.
|
ListTrustStoresResult |
listTrustStores(ListTrustStoresRequest listTrustStoresRequest)
Retrieves a list of trust stores.
|
ListUserAccessLoggingSettingsResult |
listUserAccessLoggingSettings(ListUserAccessLoggingSettingsRequest listUserAccessLoggingSettingsRequest)
Retrieves a list of user access logging settings.
|
ListUserSettingsResult |
listUserSettings(ListUserSettingsRequest listUserSettingsRequest)
Retrieves a list of user settings.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
|
UpdateBrowserSettingsResult |
updateBrowserSettings(UpdateBrowserSettingsRequest updateBrowserSettingsRequest)
Updates browser settings.
|
UpdateIdentityProviderResult |
updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest)
Updates the identity provider.
|
UpdateIpAccessSettingsResult |
updateIpAccessSettings(UpdateIpAccessSettingsRequest updateIpAccessSettingsRequest)
Updates IP access settings.
|
UpdateNetworkSettingsResult |
updateNetworkSettings(UpdateNetworkSettingsRequest updateNetworkSettingsRequest)
Updates network settings.
|
UpdatePortalResult |
updatePortal(UpdatePortalRequest updatePortalRequest)
Updates a web portal.
|
UpdateTrustStoreResult |
updateTrustStore(UpdateTrustStoreRequest updateTrustStoreRequest)
Updates the trust store.
|
UpdateUserAccessLoggingSettingsResult |
updateUserAccessLoggingSettings(UpdateUserAccessLoggingSettingsRequest updateUserAccessLoggingSettingsRequest)
Updates the user access logging settings.
|
UpdateUserSettingsResult |
updateUserSettings(UpdateUserSettingsRequest updateUserSettingsRequest)
Updates the user settings.
|
static final String ENDPOINT_PREFIX
AssociateBrowserSettingsResult associateBrowserSettings(AssociateBrowserSettingsRequest associateBrowserSettingsRequest)
Associates a browser settings resource with a web portal.
associateBrowserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.AssociateIpAccessSettingsResult associateIpAccessSettings(AssociateIpAccessSettingsRequest associateIpAccessSettingsRequest)
Associates an IP access settings resource with a web portal.
associateIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.AssociateNetworkSettingsResult associateNetworkSettings(AssociateNetworkSettingsRequest associateNetworkSettingsRequest)
Associates a network settings resource with a web portal.
associateNetworkSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.AssociateTrustStoreResult associateTrustStore(AssociateTrustStoreRequest associateTrustStoreRequest)
Associates a trust store with a web portal.
associateTrustStoreRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.AssociateUserAccessLoggingSettingsResult associateUserAccessLoggingSettings(AssociateUserAccessLoggingSettingsRequest associateUserAccessLoggingSettingsRequest)
Associates a user access logging settings resource with a web portal.
associateUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.AssociateUserSettingsResult associateUserSettings(AssociateUserSettingsRequest associateUserSettingsRequest)
Associates a user settings resource with a web portal.
associateUserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateBrowserSettingsResult createBrowserSettings(CreateBrowserSettingsRequest createBrowserSettingsRequest)
Creates a browser settings resource that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.
createBrowserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateIdentityProviderResult createIdentityProvider(CreateIdentityProviderRequest createIdentityProviderRequest)
Creates an identity provider resource that is then associated with a web portal.
createIdentityProviderRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateIpAccessSettingsResult createIpAccessSettings(CreateIpAccessSettingsRequest createIpAccessSettingsRequest)
Creates an IP access settings resource that can be associated with a web portal.
createIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateNetworkSettingsResult createNetworkSettings(CreateNetworkSettingsRequest createNetworkSettingsRequest)
Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
createNetworkSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreatePortalResult createPortal(CreatePortalRequest createPortalRequest)
Creates a web portal.
createPortalRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateTrustStoreResult createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)
Creates a trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.
createTrustStoreRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateUserAccessLoggingSettingsResult createUserAccessLoggingSettings(CreateUserAccessLoggingSettingsRequest createUserAccessLoggingSettingsRequest)
Creates a user access logging settings resource that can be associated with a web portal.
createUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.CreateUserSettingsResult createUserSettings(CreateUserSettingsRequest createUserSettingsRequest)
Creates a user settings resource that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.
createUserSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteBrowserSettingsResult deleteBrowserSettings(DeleteBrowserSettingsRequest deleteBrowserSettingsRequest)
Deletes browser settings.
deleteBrowserSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteIdentityProviderResult deleteIdentityProvider(DeleteIdentityProviderRequest deleteIdentityProviderRequest)
Deletes the identity provider.
deleteIdentityProviderRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteIpAccessSettingsResult deleteIpAccessSettings(DeleteIpAccessSettingsRequest deleteIpAccessSettingsRequest)
Deletes IP access settings.
deleteIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteNetworkSettingsResult deleteNetworkSettings(DeleteNetworkSettingsRequest deleteNetworkSettingsRequest)
Deletes network settings.
deleteNetworkSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeletePortalResult deletePortal(DeletePortalRequest deletePortalRequest)
Deletes a web portal.
deletePortalRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteTrustStoreResult deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest)
Deletes the trust store.
deleteTrustStoreRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteUserAccessLoggingSettingsResult deleteUserAccessLoggingSettings(DeleteUserAccessLoggingSettingsRequest deleteUserAccessLoggingSettingsRequest)
Deletes user access logging settings.
deleteUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DeleteUserSettingsResult deleteUserSettings(DeleteUserSettingsRequest deleteUserSettingsRequest)
Deletes user settings.
deleteUserSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DisassociateBrowserSettingsResult disassociateBrowserSettings(DisassociateBrowserSettingsRequest disassociateBrowserSettingsRequest)
Disassociates browser settings from a web portal.
disassociateBrowserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DisassociateIpAccessSettingsResult disassociateIpAccessSettings(DisassociateIpAccessSettingsRequest disassociateIpAccessSettingsRequest)
Disassociates IP access settings from a web portal.
disassociateIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DisassociateNetworkSettingsResult disassociateNetworkSettings(DisassociateNetworkSettingsRequest disassociateNetworkSettingsRequest)
Disassociates network settings from a web portal.
disassociateNetworkSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DisassociateTrustStoreResult disassociateTrustStore(DisassociateTrustStoreRequest disassociateTrustStoreRequest)
Disassociates a trust store from a web portal.
disassociateTrustStoreRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DisassociateUserAccessLoggingSettingsResult disassociateUserAccessLoggingSettings(DisassociateUserAccessLoggingSettingsRequest disassociateUserAccessLoggingSettingsRequest)
Disassociates user access logging settings from a web portal.
disassociateUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.DisassociateUserSettingsResult disassociateUserSettings(DisassociateUserSettingsRequest disassociateUserSettingsRequest)
Disassociates user settings from a web portal.
disassociateUserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ConflictException
- There is a conflict.GetBrowserSettingsResult getBrowserSettings(GetBrowserSettingsRequest getBrowserSettingsRequest)
Gets browser settings.
getBrowserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetIdentityProviderResult getIdentityProvider(GetIdentityProviderRequest getIdentityProviderRequest)
Gets the identity provider.
getIdentityProviderRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetIpAccessSettingsResult getIpAccessSettings(GetIpAccessSettingsRequest getIpAccessSettingsRequest)
Gets the IP access settings.
getIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetNetworkSettingsResult getNetworkSettings(GetNetworkSettingsRequest getNetworkSettingsRequest)
Gets the network settings.
getNetworkSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetPortalResult getPortal(GetPortalRequest getPortalRequest)
Gets the web portal.
getPortalRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetPortalServiceProviderMetadataResult getPortalServiceProviderMetadata(GetPortalServiceProviderMetadataRequest getPortalServiceProviderMetadataRequest)
Gets the service provider metadata.
getPortalServiceProviderMetadataRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetTrustStoreResult getTrustStore(GetTrustStoreRequest getTrustStoreRequest)
Gets the trust store.
getTrustStoreRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetTrustStoreCertificateResult getTrustStoreCertificate(GetTrustStoreCertificateRequest getTrustStoreCertificateRequest)
Gets the trust store certificate.
getTrustStoreCertificateRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetUserAccessLoggingSettingsResult getUserAccessLoggingSettings(GetUserAccessLoggingSettingsRequest getUserAccessLoggingSettingsRequest)
Gets user access logging settings.
getUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.GetUserSettingsResult getUserSettings(GetUserSettingsRequest getUserSettingsRequest)
Gets user settings.
getUserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListBrowserSettingsResult listBrowserSettings(ListBrowserSettingsRequest listBrowserSettingsRequest)
Retrieves a list of browser settings.
listBrowserSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListIdentityProvidersResult listIdentityProviders(ListIdentityProvidersRequest listIdentityProvidersRequest)
Retrieves a list of identity providers for a specific web portal.
listIdentityProvidersRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListIpAccessSettingsResult listIpAccessSettings(ListIpAccessSettingsRequest listIpAccessSettingsRequest)
Retrieves a list of IP access settings.
listIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListNetworkSettingsResult listNetworkSettings(ListNetworkSettingsRequest listNetworkSettingsRequest)
Retrieves a list of network settings.
listNetworkSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListPortalsResult listPortals(ListPortalsRequest listPortalsRequest)
Retrieves a list or web portals.
listPortalsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of tags for a resource.
listTagsForResourceRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListTrustStoreCertificatesResult listTrustStoreCertificates(ListTrustStoreCertificatesRequest listTrustStoreCertificatesRequest)
Retrieves a list of trust store certificates.
listTrustStoreCertificatesRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListTrustStoresResult listTrustStores(ListTrustStoresRequest listTrustStoresRequest)
Retrieves a list of trust stores.
listTrustStoresRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListUserAccessLoggingSettingsResult listUserAccessLoggingSettings(ListUserAccessLoggingSettingsRequest listUserAccessLoggingSettingsRequest)
Retrieves a list of user access logging settings.
listUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.ListUserSettingsResult listUserSettings(ListUserSettingsRequest listUserSettingsRequest)
Retrieves a list of user settings.
listUserSettingsRequest
- InternalServerException
- There is an internal server error.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified resource.
tagResourceRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.TooManyTagsException
- There are too many tags.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
untagResourceRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.UpdateBrowserSettingsResult updateBrowserSettings(UpdateBrowserSettingsRequest updateBrowserSettingsRequest)
Updates browser settings.
updateBrowserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.UpdateIdentityProviderResult updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest)
Updates the identity provider.
updateIdentityProviderRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.UpdateIpAccessSettingsResult updateIpAccessSettings(UpdateIpAccessSettingsRequest updateIpAccessSettingsRequest)
Updates IP access settings.
updateIpAccessSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.UpdateNetworkSettingsResult updateNetworkSettings(UpdateNetworkSettingsRequest updateNetworkSettingsRequest)
Updates network settings.
updateNetworkSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.UpdatePortalResult updatePortal(UpdatePortalRequest updatePortalRequest)
Updates a web portal.
updatePortalRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.ConflictException
- There is a conflict.UpdateTrustStoreResult updateTrustStore(UpdateTrustStoreRequest updateTrustStoreRequest)
Updates the trust store.
updateTrustStoreRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ServiceQuotaExceededException
- The service quota has been exceeded.ValidationException
- There is a validation error.UpdateUserAccessLoggingSettingsResult updateUserAccessLoggingSettings(UpdateUserAccessLoggingSettingsRequest updateUserAccessLoggingSettingsRequest)
Updates the user access logging settings.
updateUserAccessLoggingSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.UpdateUserSettingsResult updateUserSettings(UpdateUserSettingsRequest updateUserSettingsRequest)
Updates the user settings.
updateUserSettingsRequest
- InternalServerException
- There is an internal server error.ResourceNotFoundException
- The resource cannot be found.AccessDeniedException
- Access is denied.ThrottlingException
- There is a throttling error.ValidationException
- There is a validation error.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.