Uses of Class
software.amazon.awssdk.services.datazone.model.IamPropertiesInput
-
Packages that use IamPropertiesInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of IamPropertiesInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return IamPropertiesInput Modifier and Type Method Description IamPropertiesInputConnectionPropertiesInput. iamProperties()The IAM properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type IamPropertiesInput Modifier and Type Method Description static ConnectionPropertiesInputConnectionPropertiesInput. fromIamProperties(IamPropertiesInput iamProperties)Create an instance of this class withConnectionPropertiesInput.iamProperties()initialized to the given value.ConnectionPropertiesInput.BuilderConnectionPropertiesInput.Builder. iamProperties(IamPropertiesInput iamProperties)The IAM properties of a connection.
-