Uses of Class
software.amazon.awssdk.services.datazone.model.IamPropertiesOutput
-
Packages that use IamPropertiesOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of IamPropertiesOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return IamPropertiesOutput Modifier and Type Method Description IamPropertiesOutputConnectionPropertiesOutput. iamProperties()The IAM properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type IamPropertiesOutput Modifier and Type Method Description static ConnectionPropertiesOutputConnectionPropertiesOutput. fromIamProperties(IamPropertiesOutput iamProperties)Create an instance of this class withConnectionPropertiesOutput.iamProperties()initialized to the given value.ConnectionPropertiesOutput.BuilderConnectionPropertiesOutput.Builder. iamProperties(IamPropertiesOutput iamProperties)The IAM properties of a connection.
-