@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSRepostspaceClient extends AmazonWebServiceClient implements AWSRepostspace
AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. It provides access to knowledge and experts to accelerate cloud adoption and increase developer productivity. With your organization-specific private re:Post, you can build an organization-specific developer community that drives efficiencies at scale and provides access to valuable knowledge resources. Additionally, re:Post Private centralizes trusted AWS technical content and offers private discussion forums to improve how your teams collaborate internally and with AWS to remove technical obstacles, accelerate innovation, and scale more efficiently in the cloud.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSRepostspaceClientBuilder |
builder() |
CreateSpaceResult |
createSpace(CreateSpaceRequest request)
Creates an AWS re:Post Private private re:Post.
|
DeleteSpaceResult |
deleteSpace(DeleteSpaceRequest request)
Deletes an AWS re:Post Private private re:Post.
|
DeregisterAdminResult |
deregisterAdmin(DeregisterAdminRequest request)
Removes the user or group from the list of administrators of the private re:Post.
|
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.
|
GetSpaceResult |
getSpace(GetSpaceRequest request)
Displays information about the AWS re:Post Private private re:Post.
|
ListSpacesResult |
listSpaces(ListSpacesRequest request)
Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private
re:Post.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn.
|
RegisterAdminResult |
registerAdmin(RegisterAdminRequest request)
Adds a user or group to the list of administrators of the private re:Post.
|
SendInvitesResult |
sendInvites(SendInvitesRequest request)
Sends an invitation email to selected users and groups.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Associates tags with an AWS re:Post Private resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the association of the tag with the AWS re:Post Private resource.
|
UpdateSpaceResult |
updateSpace(UpdateSpaceRequest request)
Modifies an existing AWS re:Post Private private re:Post.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSRepostspaceClientBuilder builder()
public CreateSpaceResult createSpace(CreateSpaceRequest request)
Creates an AWS re:Post Private private re:Post.
createSpace
in interface AWSRepostspace
createSpaceRequest
- ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.AccessDeniedException
- User does not have sufficient access to perform this action.ConflictException
- Updating or deleting a resource can cause an inconsistent state.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public DeleteSpaceResult deleteSpace(DeleteSpaceRequest request)
Deletes an AWS re:Post Private private re:Post.
deleteSpace
in interface AWSRepostspace
deleteSpaceRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public DeregisterAdminResult deregisterAdmin(DeregisterAdminRequest request)
Removes the user or group from the list of administrators of the private re:Post.
deregisterAdmin
in interface AWSRepostspace
deregisterAdminRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public GetSpaceResult getSpace(GetSpaceRequest request)
Displays information about the AWS re:Post Private private re:Post.
getSpace
in interface AWSRepostspace
getSpaceRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public ListSpacesResult listSpaces(ListSpacesRequest request)
Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.
listSpaces
in interface AWSRepostspace
listSpacesRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn. The only resource that can be tagged is a private re:Post.
listTagsForResource
in interface AWSRepostspace
listTagsForResourceRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public RegisterAdminResult registerAdmin(RegisterAdminRequest request)
Adds a user or group to the list of administrators of the private re:Post.
registerAdmin
in interface AWSRepostspace
registerAdminRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public SendInvitesResult sendInvites(SendInvitesRequest request)
Sends an invitation email to selected users and groups.
sendInvites
in interface AWSRepostspace
sendInvitesRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public TagResourceResult tagResource(TagResourceRequest request)
Associates tags with an AWS re:Post Private resource. Currently, the only resource that can be tagged is the private re:Post. If you specify a new tag key for the resource, the tag is appended to the list of tags that are associated with the resource. If you specify a tag key that’s already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
tagResource
in interface AWSRepostspace
tagResourceRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes the association of the tag with the AWS re:Post Private resource.
untagResource
in interface AWSRepostspace
untagResourceRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public UpdateSpaceResult updateSpace(UpdateSpaceRequest request)
Modifies an existing AWS re:Post Private private re:Post.
updateSpace
in interface AWSRepostspace
updateSpaceRequest
- AccessDeniedException
- User does not have sufficient access to perform this action.ConflictException
- Updating or deleting a resource can cause an inconsistent state.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.InternalServerException
- Unexpected error during processing of request.public 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 the request.
getCachedResponseMetadata
in interface AWSRepostspace
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSRepostspace
shutdown
in class AmazonWebServiceClient