Uses of Class
software.amazon.awssdk.services.datazone.model.IamPropertiesPatch
-
Packages that use IamPropertiesPatch Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of IamPropertiesPatch in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return IamPropertiesPatch Modifier and Type Method Description IamPropertiesPatchConnectionPropertiesPatch. iamProperties()The IAM properties of a connection properties patch.Methods in software.amazon.awssdk.services.datazone.model with parameters of type IamPropertiesPatch Modifier and Type Method Description static ConnectionPropertiesPatchConnectionPropertiesPatch. fromIamProperties(IamPropertiesPatch iamProperties)Create an instance of this class withConnectionPropertiesPatch.iamProperties()initialized to the given value.ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. iamProperties(IamPropertiesPatch iamProperties)The IAM properties of a connection properties patch.
-