Uses of Interface
software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.IotJobsDataPlaneAuthSchemeParams
-
-
Uses of IotJobsDataPlaneAuthSchemeParams in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme
Methods in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme that return IotJobsDataPlaneAuthSchemeParams Modifier and Type Method Description IotJobsDataPlaneAuthSchemeParamsIotJobsDataPlaneAuthSchemeParams.Builder. build()Returns aIotJobsDataPlaneAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme with parameters of type IotJobsDataPlaneAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>IotJobsDataPlaneAuthSchemeProvider. resolveAuthScheme(IotJobsDataPlaneAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of IotJobsDataPlaneAuthSchemeParams in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.internal
Classes in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.internal that implement IotJobsDataPlaneAuthSchemeParams Modifier and Type Class Description classDefaultIotJobsDataPlaneAuthSchemeParamsMethods in software.amazon.awssdk.services.iotjobsdataplane.auth.scheme.internal with parameters of type IotJobsDataPlaneAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultIotJobsDataPlaneAuthSchemeProvider. resolveAuthScheme(IotJobsDataPlaneAuthSchemeParams params)
-