Uses of Interface
software.amazon.awssdk.services.iam.model.SAMLPrivateKey.Builder
-
Packages that use SAMLPrivateKey.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of SAMLPrivateKey.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return SAMLPrivateKey.Builder Modifier and Type Method Description static SAMLPrivateKey.BuilderSAMLPrivateKey. builder()SAMLPrivateKey.BuilderSAMLPrivateKey.Builder. keyId(String keyId)The unique identifier for the SAML private key.SAMLPrivateKey.BuilderSAMLPrivateKey.Builder. timestamp(Instant timestamp)The date and time, in ISO 8601 date-time format, when the private key was uploaded.SAMLPrivateKey.BuilderSAMLPrivateKey. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type SAMLPrivateKey.Builder Modifier and Type Method Description static Class<? extends SAMLPrivateKey.Builder>SAMLPrivateKey. serializableBuilderClass()
-