Uses of Class
software.amazon.awssdk.services.iot.model.CreateSecurityProfileResponse
-
Packages that use CreateSecurityProfileResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateSecurityProfileResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateSecurityProfileResponse Modifier and Type Method Description default CreateSecurityProfileResponseIotClient. createSecurityProfile(Consumer<CreateSecurityProfileRequest.Builder> createSecurityProfileRequest)Creates a Device Defender security profile.default CreateSecurityProfileResponseIotClient. createSecurityProfile(CreateSecurityProfileRequest createSecurityProfileRequest)Creates a Device Defender security profile.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateSecurityProfileResponse Modifier and Type Method Description default CompletableFuture<CreateSecurityProfileResponse>IotAsyncClient. createSecurityProfile(Consumer<CreateSecurityProfileRequest.Builder> createSecurityProfileRequest)Creates a Device Defender security profile.default CompletableFuture<CreateSecurityProfileResponse>IotAsyncClient. createSecurityProfile(CreateSecurityProfileRequest createSecurityProfileRequest)Creates a Device Defender security profile.
-