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