Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkInterfacePermissionState.Builder
Packages that use NetworkInterfacePermissionState.Builder
-
Uses of NetworkInterfacePermissionState.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfacePermissionState.BuilderModifier and TypeMethodDescriptionNetworkInterfacePermissionState.builder()The state of the permission.NetworkInterfacePermissionState.Builder.state(NetworkInterfacePermissionStateCode state) The state of the permission.NetworkInterfacePermissionState.Builder.statusMessage(String statusMessage) A status message, if applicable.NetworkInterfacePermissionState.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInterfacePermissionState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkInterfacePermissionState.Builder>NetworkInterfacePermissionState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkInterfacePermissionState.BuilderModifier and TypeMethodDescriptionNetworkInterfacePermission.Builder.permissionState(Consumer<NetworkInterfacePermissionState.Builder> permissionState) Information about the state of the permission.