Uses of Class
software.amazon.awssdk.services.medialive.model.CreateInputSecurityGroupResponse
-
Packages that use CreateInputSecurityGroupResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of CreateInputSecurityGroupResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return CreateInputSecurityGroupResponse Modifier and Type Method Description default CreateInputSecurityGroupResponseMediaLiveClient. createInputSecurityGroup(Consumer<CreateInputSecurityGroupRequest.Builder> createInputSecurityGroupRequest)Creates a Input Security Groupdefault CreateInputSecurityGroupResponseMediaLiveClient. createInputSecurityGroup(CreateInputSecurityGroupRequest createInputSecurityGroupRequest)Creates a Input Security GroupMethods in software.amazon.awssdk.services.medialive that return types with arguments of type CreateInputSecurityGroupResponse Modifier and Type Method Description default CompletableFuture<CreateInputSecurityGroupResponse>MediaLiveAsyncClient. createInputSecurityGroup(Consumer<CreateInputSecurityGroupRequest.Builder> createInputSecurityGroupRequest)Creates a Input Security Groupdefault CompletableFuture<CreateInputSecurityGroupResponse>MediaLiveAsyncClient. createInputSecurityGroup(CreateInputSecurityGroupRequest createInputSecurityGroupRequest)Creates a Input Security Group
-