Uses of Interface
software.amazon.awssdk.services.signer.model.PutSigningProfileResponse.Builder
-
Packages that use PutSigningProfileResponse.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of PutSigningProfileResponse.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return PutSigningProfileResponse.Builder Modifier and Type Method Description PutSigningProfileResponse.BuilderPutSigningProfileResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the signing profile created.static PutSigningProfileResponse.BuilderPutSigningProfileResponse. builder()PutSigningProfileResponse.BuilderPutSigningProfileResponse.Builder. profileVersion(String profileVersion)The version of the signing profile being created.PutSigningProfileResponse.BuilderPutSigningProfileResponse.Builder. profileVersionArn(String profileVersionArn)The signing profile ARN, including the profile version.PutSigningProfileResponse.BuilderPutSigningProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type PutSigningProfileResponse.Builder Modifier and Type Method Description static Class<? extends PutSigningProfileResponse.Builder>PutSigningProfileResponse. serializableBuilderClass()
-