Uses of Class
software.amazon.awssdk.services.transfer.model.EnforceMessageSigningType
-
Packages that use EnforceMessageSigningType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of EnforceMessageSigningType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return EnforceMessageSigningType Modifier and Type Method Description EnforceMessageSigningTypeCreateAgreementRequest. enforceMessageSigning()Determines whether or not unsigned messages from your trading partners will be accepted.EnforceMessageSigningTypeDescribedAgreement. enforceMessageSigning()Determines whether or not unsigned messages from your trading partners will be accepted.EnforceMessageSigningTypeUpdateAgreementRequest. enforceMessageSigning()Determines whether or not unsigned messages from your trading partners will be accepted.static EnforceMessageSigningTypeEnforceMessageSigningType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EnforceMessageSigningTypeEnforceMessageSigningType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnforceMessageSigningType[]EnforceMessageSigningType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type EnforceMessageSigningType Modifier and Type Method Description static Set<EnforceMessageSigningType>EnforceMessageSigningType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type EnforceMessageSigningType Modifier and Type Method Description CreateAgreementRequest.BuilderCreateAgreementRequest.Builder. enforceMessageSigning(EnforceMessageSigningType enforceMessageSigning)Determines whether or not unsigned messages from your trading partners will be accepted.DescribedAgreement.BuilderDescribedAgreement.Builder. enforceMessageSigning(EnforceMessageSigningType enforceMessageSigning)Determines whether or not unsigned messages from your trading partners will be accepted.UpdateAgreementRequest.BuilderUpdateAgreementRequest.Builder. enforceMessageSigning(EnforceMessageSigningType enforceMessageSigning)Determines whether or not unsigned messages from your trading partners will be accepted.
-