Uses of Interface
software.amazon.awssdk.services.iot.model.CreateSecurityProfileResponse.Builder
-
Packages that use CreateSecurityProfileResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CreateSecurityProfileResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateSecurityProfileResponse.Builder Modifier and Type Method Description static CreateSecurityProfileResponse.BuilderCreateSecurityProfileResponse. builder()CreateSecurityProfileResponse.BuilderCreateSecurityProfileResponse.Builder. securityProfileArn(String securityProfileArn)The ARN of the security profile.CreateSecurityProfileResponse.BuilderCreateSecurityProfileResponse.Builder. securityProfileName(String securityProfileName)The name you gave to the security profile.CreateSecurityProfileResponse.BuilderCreateSecurityProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateSecurityProfileResponse.Builder Modifier and Type Method Description static Class<? extends CreateSecurityProfileResponse.Builder>CreateSecurityProfileResponse. serializableBuilderClass()
-