Uses of Class
software.amazon.awssdk.services.datazone.model.AwsLocation
-
Packages that use AwsLocation Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AwsLocation in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AwsLocation Modifier and Type Method Description AwsLocationCreateConnectionRequest. awsLocation()The location where the connection is created.AwsLocationPhysicalEndpoint. awsLocation()The location of a connection.AwsLocationUpdateConnectionRequest. awsLocation()The location where a connection is to be updated.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AwsLocation Modifier and Type Method Description CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. awsLocation(AwsLocation awsLocation)The location where the connection is created.PhysicalEndpoint.BuilderPhysicalEndpoint.Builder. awsLocation(AwsLocation awsLocation)The location of a connection.UpdateConnectionRequest.BuilderUpdateConnectionRequest.Builder. awsLocation(AwsLocation awsLocation)The location where a connection is to be updated.
-