Uses of Interface
software.amazon.awssdk.services.signer.model.GetRevocationStatusResponse.Builder
-
Packages that use GetRevocationStatusResponse.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of GetRevocationStatusResponse.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return GetRevocationStatusResponse.Builder Modifier and Type Method Description static GetRevocationStatusResponse.BuilderGetRevocationStatusResponse. builder()GetRevocationStatusResponse.BuilderGetRevocationStatusResponse.Builder. revokedEntities(String... revokedEntities)A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.GetRevocationStatusResponse.BuilderGetRevocationStatusResponse.Builder. revokedEntities(Collection<String> revokedEntities)A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.GetRevocationStatusResponse.BuilderGetRevocationStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type GetRevocationStatusResponse.Builder Modifier and Type Method Description static Class<? extends GetRevocationStatusResponse.Builder>GetRevocationStatusResponse. serializableBuilderClass()
-