Uses of Interface
software.amazon.awssdk.services.guardduty.model.Organization.Builder
-
Packages that use Organization.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Organization.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Organization.Builder Modifier and Type Method Description Organization.BuilderOrganization.Builder. asn(String asn)The Autonomous System Number (ASN) of the internet provider of the remote IP address.Organization.BuilderOrganization.Builder. asnOrg(String asnOrg)The organization that registered this ASN.static Organization.BuilderOrganization. builder()Organization.BuilderOrganization.Builder. isp(String isp)The ISP information for the internet provider.Organization.BuilderOrganization.Builder. org(String org)The name of the internet provider.Organization.BuilderOrganization. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Organization.Builder Modifier and Type Method Description static Class<? extends Organization.Builder>Organization. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Organization.Builder Modifier and Type Method Description default RemoteIpDetails.BuilderRemoteIpDetails.Builder. organization(Consumer<Organization.Builder> organization)The ISP organization information of the remote IP address.
-