Uses of Interface
software.amazon.awssdk.services.ecr.model.SecretNotFoundException.Builder
-
Packages that use SecretNotFoundException.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of SecretNotFoundException.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return SecretNotFoundException.Builder Modifier and Type Method Description SecretNotFoundException.BuilderSecretNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SecretNotFoundException.BuilderSecretNotFoundException. builder()SecretNotFoundException.BuilderSecretNotFoundException.Builder. cause(Throwable cause)SecretNotFoundException.BuilderSecretNotFoundException.Builder. message(String message)SecretNotFoundException.BuilderSecretNotFoundException.Builder. requestId(String requestId)SecretNotFoundException.BuilderSecretNotFoundException.Builder. statusCode(int statusCode)SecretNotFoundException.BuilderSecretNotFoundException. toBuilder()SecretNotFoundException.BuilderSecretNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type SecretNotFoundException.Builder Modifier and Type Method Description static Class<? extends SecretNotFoundException.Builder>SecretNotFoundException. serializableBuilderClass()
-