Uses of Interface
software.amazon.awssdk.services.groundstation.auth.scheme.GroundStationAuthSchemeParams.Builder
-
Packages that use GroundStationAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.groundstation.auth.scheme software.amazon.awssdk.services.groundstation.auth.scheme.internal -
-
Uses of GroundStationAuthSchemeParams.Builder in software.amazon.awssdk.services.groundstation.auth.scheme
Methods in software.amazon.awssdk.services.groundstation.auth.scheme that return GroundStationAuthSchemeParams.Builder Modifier and Type Method Description static GroundStationAuthSchemeParams.BuilderGroundStationAuthSchemeParams. builder()Get a new builder for creating aGroundStationAuthSchemeParams.GroundStationAuthSchemeParams.BuilderGroundStationAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.GroundStationAuthSchemeParams.BuilderGroundStationAuthSchemeParams.Builder. region(Region region)Set the region.GroundStationAuthSchemeParams.BuilderGroundStationAuthSchemeParams. toBuilder()Returns aGroundStationAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.groundstation.auth.scheme with type arguments of type GroundStationAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>GroundStationAuthSchemeProvider. resolveAuthScheme(Consumer<GroundStationAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of GroundStationAuthSchemeParams.Builder in software.amazon.awssdk.services.groundstation.auth.scheme.internal
Methods in software.amazon.awssdk.services.groundstation.auth.scheme.internal that return GroundStationAuthSchemeParams.Builder Modifier and Type Method Description static GroundStationAuthSchemeParams.BuilderDefaultGroundStationAuthSchemeParams. builder()GroundStationAuthSchemeParams.BuilderDefaultGroundStationAuthSchemeParams. toBuilder()
-