Interface SignerDataClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
@ThreadSafe
public interface SignerDataClient
extends AwsClient
Service client for accessing AWS Signer Data Plane. This can be created using the static
builder() method.
AWS Signer Data Plane service provides APIs for checking revocation status of signed artifacts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic SignerDataClientBuilderbuilder()Create a builder that can be used to configure and create aSignerDataClient.static SignerDataClientcreate()Create aSignerDataClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default GetRevocationStatusResponsegetRevocationStatus(Consumer<GetRevocationStatusRequest.Builder> getRevocationStatusRequest) Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.default GetRevocationStatusResponsegetRevocationStatus(GetRevocationStatusRequest getRevocationStatusRequest) Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadataMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods 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
-
getRevocationStatus
default GetRevocationStatusResponse getRevocationStatus(GetRevocationStatusRequest getRevocationStatusRequest) throws ValidationException, AccessDeniedException, TooManyRequestsException, InternalServiceErrorException, AwsServiceException, SdkClientException, SignerDataException Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.
- Parameters:
getRevocationStatusRequest- Request structure for checking revocation status.- Returns:
- Result of the GetRevocationStatus operation returned by the service.
- See Also:
-
getRevocationStatus
default GetRevocationStatusResponse getRevocationStatus(Consumer<GetRevocationStatusRequest.Builder> getRevocationStatusRequest) throws ValidationException, AccessDeniedException, TooManyRequestsException, InternalServiceErrorException, AwsServiceException, SdkClientException, SignerDataException Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.
This is a convenience which creates an instance of the
GetRevocationStatusRequest.Builderavoiding the need to create one manually viaGetRevocationStatusRequest.builder()- Parameters:
getRevocationStatusRequest- AConsumerthat will call methods onGetRevocationStatusRequest.Builderto create a request. Request structure for checking revocation status.- Returns:
- Result of the GetRevocationStatus operation returned by the service.
- See Also:
-
create
Create aSignerDataClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aSignerDataClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-